Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.98 KB

File metadata and controls

53 lines (33 loc) · 1.98 KB
.. module:: cuda.bindings

cuda-bindings 13.0.0 Release notes

Released on Aug 6, 2025

Highlights

  • Support CUDA 13.0.
  • A utility module :mod:`cuda.bindings.utils` is added
  • 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.
  • Python bindings in every module, including driver, runtime, and nvrtc, now have the GIL released before calling the underlying C APIs.

Bug fixes

  • Fix a library loading bug that preferred shared libraries without a SOVERSION.

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 uninstalling pip uninstall -y cuda-python followed by installing pip install cuda-python.