vcpkg/ports/cudnn/vcpkg.json
recsater 8a3152cb84
[cudnn] Fix cudnn on arm64 architecture (#32384)
* update for arm64

* update for arm64

---------

Co-authored-by: recsater <recsater@multipleye.co>
2023-07-05 11:22:14 -07:00

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