early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/cub/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/cub/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user