cuda-bindings 13.0.3 Release notes#

Highlights#

  • Updated the cuda.bindings.runtime module to statically link against the CUDA Runtime library from CUDA Toolkit 13.0.2.

  • The cuFile bindings have been updated to include new bindings available in CTK 13.0.

Bug fixes#

  • The graphics APIs in cuda.bindings.runtime were inadvertently disabled in 13.0.2. This has been fixed.

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.