vcpkg/ports/cudnn/vcpkg.json
NancyLi1013 fd5bc0cea6
[cudnn] Add library path (#18005)
* [cudnn] Add library path

* Update version files

* Install vcpkg-cmake-wrapper.cmake and fix typo error in FindCUDNN.cmake

* Update  versions/c-/cudnn.json
2021-05-24 15:41:57 -07:00

12 lines
271 B
JSON

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