vcpkg/ports/cudnn/vcpkg.json
Stefano Sinigardi e79aaaaf3c
[CUDA, CUDNN] fix support clause (#23900)
* [CUDA, CUDNN] fix support clause

* [cuda] use version key

* [opencv2] format manifest

* fix references

* Update vcpkg.json

* Update vcpkg.json

* Update version database

* Update version database.

* fix feature descriptions

* fix references

* add missing licenses

* fix references

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-04-05 11:50:48 -07:00

13 lines
323 B
JSON

{
"name": "cudnn",
"version": "7.6.5",
"port-version": 5,
"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"
]
}