aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cudnn/vcpkg.json
blob: 2670c018e9d5c63cb9efdcdbd6bac4842999284b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "cudnn",
  "version": "7.6.5",
  "port-version": 16,
  "description": "NVIDIA's cuDNN deep neural network acceleration library.",
  "homepage": "https://developer.nvidia.com/cudnn",
  "license": null,
  "supports": "(windows & x64 & !uwp) | (linux & x64) | (linux & arm64)",
  "dependencies": [
    "cuda"
  ]
}