aboutsummaryrefslogtreecommitdiff
path: root/ports/cub/vcpkg.json
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-04-24 06:26:16 +0800
committerGitHub <noreply@github.com>2021-04-23 15:26:16 -0700
commitbb0b48e4ce3bc0dbb01f849e4d491ec1e2d751fd (patch)
treee51e116530eb05891a616df0ac4e05816209abd2 /ports/cub/vcpkg.json
parent99987d007a5f43ce1d67d0c94c146df195297ee6 (diff)
downloadvcpkg-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.json9
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"
+ ]
+}