mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:19:00 +08:00
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"
|
||
|
]
|
||
|
}
|