mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:41:18 +08:00
68b7fec22e
* Update Ubuntu to 22.04. * Add libxtst-dev from https://github.com/microsoft/vcpkg/pull/24934 * Add standard prereqs. * Update some package references for Ubuntu 22.04. * [cuda] Update to search in /usr/bin as used on Ubuntu 22.04. * [cudnn] Add where ubuntu 22.04 puts it. * Add update-nvidia-cudnn calls. * Update powershell to 7.2.5 * Re-add NCCL installation from CUDA official sources. * Update pools.
13 lines
323 B
JSON
13 lines
323 B
JSON
{
|
|
"name": "cudnn",
|
|
"version": "7.6.5",
|
|
"port-version": 8,
|
|
"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"
|
|
]
|
|
}
|