mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
fd5bc0cea6
* [cudnn] Add library path * Update version files * Install vcpkg-cmake-wrapper.cmake and fix typo error in FindCUDNN.cmake * Update versions/c-/cudnn.json
12 lines
271 B
JSON
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"
|
|
]
|
|
}
|