diff options
Diffstat (limited to 'vcpkg/ports/nvidia-cutlass/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nvidia-cutlass/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/nvidia-cutlass/vcpkg.json b/vcpkg/ports/nvidia-cutlass/vcpkg.json new file mode 100644 index 0000000..d3ee423 --- /dev/null +++ b/vcpkg/ports/nvidia-cutlass/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "nvidia-cutlass", + "version": "3.8.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 + } + ] +} |