cuda-bindings 13.1.1 Release notes#
Released on Dec 9, 2025
Highlights#
Add missing driver & runtime bindings for functions new in CTK 13.1.0 (PR #1321)
Experimental#
Experimental NVML bindings were added under
cuda.bindings._nvml(PR #1284)
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 13.0.2. Users needing these APIs should update to 13.0.3.