mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"name": "cub",
|
|
"version": "2.1.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
|
|
}
|
|
]
|
|
}
|