vcpkg/ports/cub/vcpkg.json

10 lines
258 B
JSON
Raw Normal View History

{
"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"
]
}