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