cuda-bindings
12.9.X Release notes#
Released on TBD
Highlights#
Automatic CUDA library path detection based on
CUDA_HOME
, eliminating the need to manually setLIBRARY_PATH
environment variables for installation.
Known issues#
Updating from older versions (v12.6.2.post1 and below) via
pip install -U cuda-python
might not work. Please do a clean re-installation by uninstallingpip uninstall -y cuda-python
followed by installingpip install cuda-python
.