mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
e025a09854
* [cub] Update to 1.16.0 * version
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "cub",
|
|
"version": "1.16.0",
|
|
"description": "CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming",
|
|
"homepage": "https://github.com/NVIDIA/cub",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"cuda",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|