Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 938 Bytes

File metadata and controls

28 lines (16 loc) · 938 Bytes
.. module:: cuda.bindings

cuda-bindings 13.0.1 Release notes

Released on Aug 18, 2025

Highlights

  • Make populating the internal symbol table thread-safe.
  • Automatic CUDA library path detection based on CUDA_HOME, eliminating the need to manually set LIBRARY_PATH environment variables for installation.

Miscellaneous

  • Updated installation documentation to remove references to LIBRARY_PATH environment variable.

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.