You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cuda_bindings/docs/source/release/12.9.2-notes.rst
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,6 @@ Highlights
13
13
----------
14
14
15
15
* Make populating the internal symbol table thread-safe.
16
-
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
17
-
18
-
19
-
Miscellaneous
20
-
-------------
21
-
22
-
* Updated installation documentation to remove references to ``LIBRARY_PATH`` environment variable.
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
16
+
17
+
18
+
Known issues
19
+
------------
20
+
21
+
* 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 uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
Copy file name to clipboardExpand all lines: cuda_bindings/docs/source/release/13.0.1-notes.rst
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,6 @@ Highlights
13
13
----------
14
14
15
15
* Make populating the internal symbol table thread-safe.
16
-
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
17
-
18
-
19
-
Miscellaneous
20
-
-------------
21
-
22
-
* Updated installation documentation to remove references to ``LIBRARY_PATH`` environment variable.
* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation.
16
+
17
+
18
+
Known issues
19
+
------------
20
+
21
+
* 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 uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
0 commit comments