cuda.core
0.3.2 Release Notes¶
Released on Aug 7, 2025
Highlights¶
Support CUDA 13.
pip install cuda-core[cu13]
also works now.This is the last release that officially supports CUDA 11.
Breaking Changes¶
None.
New features¶
New examples¶
None.
Fixes and enhancements¶
Device.set_current()
is made faster.