cuda-bindings
12.X.Y Release notes¶
Released on MM DD, 2025
Highlights¶
The
cuda.bindings.cufile
Python module was added, wrapping the cuFile C APIs. Supported on Linux only.Currently using this module requires NumPy to be present. Any recent NumPy 1.x or 2.x should work.
Bug fixes¶
Miscellaneous¶
Known issues¶
Updating from older versions (v12.6.2.post1 and below) via
pip install -U cuda-python
might not work. Please do a clean re-installation by uninstallingpip uninstall -y cuda-python
followed by installingpip install cuda-python
.