Examples#

The canonical, runnable examples for cuda.bindings live under samples/cuda_bindings/ in the cuda-python repository. Each sample is a self-contained directory with its own README.md, requirements.txt, and PEP 723 dependency block, and every sample is exercised as part of the cuda.bindings test suite.

The cuda-bindings-flavored samples preserve the same category structure the cuda-samples repository uses, so they are grouped under samples/cuda_bindings/0_Introduction/, samples/cuda_bindings/2_Concepts_and_Techniques/, samples/cuda_bindings/3_CUDA_Features/, samples/cuda_bindings/4_CUDA_Libraries/, and samples/cuda_bindings/extra/.

Introduction#

Concepts and techniques#

CUDA features#

Libraries and tools#

Advanced and interoperability#