cuda-bindings 12.9.5 Release notes#
Highlights#
Added
__cuda_stream__protocol support todriver.CUStreamclass, enabling better interoperability with libraries that expect this protocol.Python 3.9 support was dropped (end of life).
Bug fixes#
Fixed
cuStreamBeginCaptureToGraphto allow thedependencyDataargument to be optional, matching the underlying CUDA API behavior.
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.The graphics APIs in
cuda.bindings.runtimeare inadvertently disabled in 12.9.3. Users needing these APIs should update to 12.9.4 or higher.