cuda-bindings 13.3.1 Release notes#
Bugfixes#
Restored the
CUcheckpointRestoreArgsandCUcheckpointRestoreArgs_stdriver bindings for CUDA 13.3. CUDA 13.3 changed the checkpoint restore argument layout in a way that caused header parsing to omit the restore argument struct and typedef during generation. (PR #2144)Fixed generated CUDA 13.3 driver API documentation for checkpoint restore arguments and related references. (PR #2144)
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.nvml.system_get_process_nameon WSL can return incorrect values. To work around this, set the locale to “C” before callingnvml.device_get_compute_running_processes_v3(which sets the process names) and before callingnvml.system_get_process_name.cuda_coredoes this automatically, but users of the raw NVML API will need to do this manually.When using
cuda-bindings13.3.x withcufile13.4.x, thecuda.bindings.cufile.get_stats_l1andcuda.bindings.cufile.get_stats_l2function will segfault. Upgrade tocuda-bindings` 13.4.1 or later if you need to use these functions with ``cufile`13.4.x. See issue #2794.