cuda-bindings 12.9.4 Release notes¶
Highlights¶
Bug fixes¶
The graphics APIs in
cuda.bindings.runtimewere inadvertently disabled in 12.9.3. This has been fixed.
Known issues¶
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.