diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-04-24 06:26:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 15:26:16 -0700 |
| commit | bb0b48e4ce3bc0dbb01f849e4d491ec1e2d751fd (patch) | |
| tree | e51e116530eb05891a616df0ac4e05816209abd2 /ports/cub/vcpkg.json | |
| parent | 99987d007a5f43ce1d67d0c94c146df195297ee6 (diff) | |
| download | vcpkg-bb0b48e4ce3bc0dbb01f849e4d491ec1e2d751fd.tar.gz vcpkg-bb0b48e4ce3bc0dbb01f849e4d491ec1e2d751fd.zip | |
[cub] update to 1.12.0 (#17355)
* [cub] update to 1.12.0
* update version
Diffstat (limited to 'ports/cub/vcpkg.json')
| -rw-r--r-- | ports/cub/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ports/cub/vcpkg.json b/ports/cub/vcpkg.json new file mode 100644 index 000000000..85f29e6fb --- /dev/null +++ b/ports/cub/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "cub", + "version": "1.12.0", + "description": "CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming", + "homepage": "https://github.com/NVIDIA/cub", + "dependencies": [ + "cuda" + ] +} |
