NVIDIA / NVIDIA/cccl

Document what different `cccl` wheels and conda packages do

Open
#6,624 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.5k
Forks
486
Avg merge
2d 6h
Merged PRs (30d)
295

Description

This has come up repeatedly internally. Let's add a doc page so that we can cross-reference to it.

- On PyPI:
- `nvidia-cuda-cccl{-cuXX}` is a wheel containing CCCL headers repackaged as part of the CTK release
- the `-cuXX` suffix is dropped starting CUDA 13
- `cuda-cccl` is the CCCL Python wheel
- it works with both CUDA 12 and 13 today
- it includes a private copy of CCCL headers that are not meant to be used by any project
- On conda-forge
- `cuda-cccl` is CCCL headers repackaged as part of the CTK release
- `cccl` is CCCL headers released on upstream (from this GitHub repo)
- `cccl-python` is the CCCL Python package
- it works with both CUDA 12 and 13 today
- it includes a private copy of CCCL headers that are not meant to be used by any project

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.