cuda.core 0.3.1 Release Notes¶
Released on July 2, 2025
Highlights¶
Breaking Changes¶
None.
New features¶
None.
New examples¶
Add a CUDA graph example.
Add a memory resource example.
Fixes and enhancements¶
Fix installing optional dependencies
cuda-core[cu11]andcuda-core[cu12]not including all needed packages.Bufferallocated from aLegacyPinnedMemoryResourcecan be passed as a kernel launch argument.Fix the handling for insufficient driver versions when querying
Kernel.num_argumentsandKernel.arguments_info.Fix WSL detection in the test suite.
Improve compatibility with newer driver versions.