blob: 42f65730e2e11b14bfc3723502681441898019fd (
plain) (
blame)
1
2
3
4
5
6
|
# Though cub is provided as a part of CUDA HPC SDK,
# we would like to be updatable independently.
# Hence we are using it directly from Arcadia.
# This sysincl enforces such usage.
- includes:
- cub/cub.cuh: contrib/libs/nvidia/cub/cub/cub.cuh
|