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
This project uses [pre-commit.ci](https://pre-commit.ci/) with GitHub Actions. All pull requests are automatically checked for pre-commit compliance, and any pre-commit failures will block merging until resolved.
18
19
@@ -35,6 +36,45 @@ Some contributors prefer to commit intermediate or work-in-progress changes that
35
36
36
37
Choose the setup that best fits your workflow and development style.
37
38
39
+
38
40
## Code signing
39
41
40
42
This repository implements a security check to prevent the CI system from running untrusted code. A part of the security check consists of checking if the git commits are signed. Please ensure that your commits are signed [following GitHub’s instruction](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).
43
+
44
+
45
+
## Developer Certificate of Origin (DCO)
46
+
```
47
+
Version 1.1
48
+
49
+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
50
+
51
+
Everyone is permitted to copy and distribute verbatim copies of this
52
+
license document, but changing it is not allowed.
53
+
54
+
55
+
Developer's Certificate of Origin 1.1
56
+
57
+
By making a contribution to this project, I certify that:
58
+
59
+
(a) The contribution was created in whole or in part by me and I
60
+
have the right to submit it under the open source license
61
+
indicated in the file; or
62
+
63
+
(b) The contribution is based upon previous work that, to the best
64
+
of my knowledge, is covered under an appropriate open source
65
+
license and I have the right under that license to submit that
66
+
work with modifications, whether created in whole or in part
67
+
by me, under the same open source license (unless I am
68
+
permitted to submit under a different license), as indicated
69
+
in the file; or
70
+
71
+
(c) The contribution was provided directly to me by some other
72
+
person who certified (a), (b) or (c) and I have not modified
73
+
it.
74
+
75
+
(d) I understand and agree that this project and the contribution
76
+
are public and that a record of the contribution (including all
77
+
personal information I submit with it, including my sign-off) is
78
+
maintained indefinitely and may be redistributed consistent with
79
+
this project or the open source license(s) involved.
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``.
* 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``.
* 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