mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"name": "cudnn",
|
|
"version": "7.6.5",
|
|
"port-version": 14,
|
|
"description": "NVIDIA's cuDNN deep neural network acceleration library.",
|
|
"homepage": "https://developer.nvidia.com/cudnn",
|
|
"license": null,
|
|
"supports": "(windows & x64 & !uwp) | (linux & x64) | (linux & arm64)",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
}
|