vcpkg/ports/cub/vcpkg.json
JonLiu1993 bb0b48e4ce
[cub] update to 1.12.0 (#17355)
* [cub] update to 1.12.0

* update version
2021-04-23 15:26:16 -07:00

10 lines
258 B
JSON

{
"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"
]
}