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
- Add bindings for nvJitLink. It requires nvJitLink from CUDA 12.3 or above.
7
+
- Add optional dependencies to wheels for NVRTC and nvJitLink
8
+
- Enable discovery and loading of shared library dependencies from wheels
9
+
10
+
## Wheels support for optional dependencies
11
+
12
+
Optional dependencies are added for packages:
13
+
14
+
- nvidia-nvjitlink-cu12>=12.3
15
+
- nvidia-cuda-nvrtc-cu12
16
+
17
+
Installing these dependencies with cuda-python can be done using:
18
+
```{code-block} shell
19
+
pip install cuda-python[all]
20
+
```
21
+
22
+
## Discovery and loading of shared library dependencies from wheels
23
+
24
+
Shared library search paths for wheel builds are now extended to check site-packages. This allows users to seamlessly use their wheel installation of the CUDA Toolkit with cuda-python.
0 commit comments