.. module:: cuda.bindings
Released on Aug 18, 2025
- Make populating the internal symbol table thread-safe.
- Automatic CUDA library path detection based on
CUDA_HOME, eliminating the need to manually setLIBRARY_PATHenvironment variables for installation.
- Updated installation documentation to remove references to
LIBRARY_PATHenvironment variable.
- Updating from older versions (v12.6.2.post1 and below) via
pip install -U cuda-pythonmight not work. Please do a clean re-installation by uninstallingpip uninstall -y cuda-pythonfollowed by installingpip install cuda-python.