mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
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"
|
||
|
]
|
||
|
}
|