vcpkg/ports/cudnn/vcpkg.json

12 lines
271 B
JSON
Raw Normal View History

{
"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"
]
}