mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 01:30:27 +08:00
20 lines
377 B
JSON
20 lines
377 B
JSON
|
{
|
||
|
"name": "nvidia-cutlass",
|
||
|
"version": "3.3.0",
|
||
|
"description": "CUDA Templates for Linear Algebra Subroutines",
|
||
|
"homepage": "https://github.com/NVIDIA/cutlass",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": [
|
||
|
"cuda",
|
||
|
"cudnn",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|