developer.nvidia.com
2026-06-23
NVIDIA Developer
The NVIDIA CUDA Core Compute Libraries (CCCL) provides delightful and efficient abstractions for CUDA developers in C++ and Python. It features:
Parallel algorithms – Host-launched algorithms including sort, scan and reduce that remove the need to write custom kernels for common operations
Cooperative algorithms – Device-side algorithms such as block-wide or warp-wide reductions or scans that si