13 lines
323 B
JSON
Executable File
13 lines
323 B
JSON
Executable File
{
|
|
"name": "cudnn",
|
|
"version": "7.6.5",
|
|
"port-version": 6,
|
|
"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"
|
|
]
|
|
}
|