Release 13.4 of the CUDA Samples, supporting CUDA Toolkit 13.4.
Highlights:
- Reorganized the C++ sample CMake build system with shared architecture detection and common build setup.
- Added default build support for
sm_103andsm_107. - Added new samples for persistent CUDA Python program caching, dma-buf interoperability, and locality domains.
- Modernized several introductory samples, including
simpleMultiGPU,simpleCudaGraphs,simpleAtomicIntrinsics,simpleCallback,simpleStreams,clock,vectorAdd,simplePrintf, andsimpleAssert. - Added Windows on Arm build support updates for selected samples.
- Removed obsolete and redundant samples, including several legacy
_nvrtcvariants and math library samples now maintained in the CUDA Library Samples repository. - Updated Python samples and test configuration for newer CUDA Python and cuda.core behavior.
See CHANGELOG.md for the full list of changes.