18 lines
416 B
JSON
Executable file
18 lines
416 B
JSON
Executable file
{
|
|
"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
|
|
}
|
|
]
|
|
}
|