File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ dependencies are as follows:
12
12
13
13
[ ^ 1 ] : Including ` cuda-python ` .
14
14
15
+ ## Installing from PyPI
16
+
17
+ ` cuda.core ` works with ` cuda.bindings ` (part of ` cuda-python ` ) 11 or 12. For example with CUDA 12:
18
+ ``` console
19
+ $ pip install cuda-core[cu12]
20
+ ```
21
+ and likewise use ` [cu11] ` for CUDA 11.
22
+
23
+ Note that using ` cuda.core ` with NVRTC or nvJitLink installed from PyPI via ` pip install ` is currently
24
+ not supported. This will be fixed in a future release.
15
25
16
26
## Installing from Source
17
27
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Released on Dec XX, 2024
17
17
18
18
- All APIs are currently * experimental* and subject to change without deprecation notice.
19
19
Please kindly share your feedbacks with us so that we can make ` cuda.core ` better!
20
+ - Using ` cuda.core ` with NVRTC or nvJitLink installed from PyPI via ` pip install ` is currently
21
+ not supported. This will be fixed in a future release.
20
22
- Some ` LinkerOptions ` are only available when using a modern version of CUDA. When using CUDA <12,
21
23
the backend is the cuLink api which supports only a subset of the options that nvjitlink does.
22
24
Further, some options aren't available on CUDA versions <12.6
You can’t perform that action at this time.
0 commit comments