.. module:: cuda.bindings
- Updated the
cuda.bindings.runtimemodule to statically link against the CUDA Runtime library from CUDA Toolkit 13.0.2.
- The graphics APIs in
cuda.bindings.runtimewere inadvertently disabled in 13.0.2. This has been fixed.
- 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. - The graphics APIs in
cuda.bindings.runtimeare inadvertently disabled in 13.0.2. Users needing these APIs should update to 13.0.3.