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.8.0-notes.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,8 @@ Same applies to `cuda-bindings`.
29
29
## Discovery and loading of shared library dependencies from wheels
30
30
31
31
Shared library search paths for wheel builds are now extended to check site-packages. This allows `cuda-python`/`cuda-bindings` to seamlessly use the aforementioned CUDA Toolkit wheels installed in the user's Python environment.
32
+
33
+
34
+
## Known issues
35
+
36
+
- 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/12.9.0-notes.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,9 @@ Miscellaneous
33
33
* Improvements in the introductory code samples
34
34
* Fix performance hint warnings raised by Cython 3
35
35
* Improvements in the Overview page
36
+
37
+
38
+
Known issues
39
+
------------
40
+
41
+
* 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_python/docs/source/release/12.8.0-notes.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,8 @@ Released on January 24, 2025.
14
14
- Add optional dependencies on CUDA NVRTC and nvJitLink wheels
15
15
- Enable discovery and loading of shared libraries from CUDA wheels
16
16
-`cuda-python` is now a meta package, currently depending only on `cuda-bindings` ([see RFC](https://github.com/NVIDIA/cuda-python/issues/105))
17
+
18
+
19
+
## Known issues
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_python/docs/source/release/12.9.0-notes.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,9 @@ Highlights
16
16
----------
17
17
18
18
* Add bindings for libNVVM
19
+
20
+
21
+
Known issues
22
+
------------
23
+
24
+
* 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