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.Buffer
allocated from aLegacyPinnedMemoryResource
can be passed as a kernel launch argument.Fix the handling for insufficient driver versions when querying
Kernel.num_arguments
andKernel.arguments_info
.Fix WSL detection in the test suite.
Improve compatibility with newer driver versions.