mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
e79aaaaf3c
* [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>
13 lines
323 B
JSON
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"
|
|
]
|
|
}
|