mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
bb0b48e4ce
* [cub] update to 1.12.0 * update version
10 lines
258 B
JSON
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"
|
|
]
|
|
}
|