mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
8a3152cb84
* update for arm64 * update for arm64 --------- Co-authored-by: recsater <recsater@multipleye.co>
13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"name": "cudnn",
|
|
"version": "7.6.5",
|
|
"port-version": 10,
|
|
"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"
|
|
]
|
|
}
|