blob: 85f29e6fb1fa9c18f5d63f26925b866c68ec1454 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"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"
]
}
|