File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cuda_core/docs/source/release Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ Released on Dec 20, 2024
6
6
7
7
- Add ` StridedMemoryView ` and ` @args_viewable_as_strided_memory ` that provide a concrete
8
8
implementation of DLPack & CUDA Array Interface supports.
9
- - Add ` Linker ` that can link one or multiple ` ObjectCode ` instances generated by ` Program ` s . Under
9
+ - Add ` Linker ` that can link one or multiple ` ObjectCode ` instances generated by ` Program ` . Under
10
10
the hood, it uses either the nvJitLink or driver (` cuLink* ` ) APIs depending on the CUDA version
11
11
detected in the current environment.
12
- - Support ` pip install cuda-core ` . Please see the Installation Guide for further detail .
12
+ - Support ` pip install cuda-core ` . Please see the Installation Guide for further details .
13
13
14
14
## New features
15
15
You can’t perform that action at this time.
0 commit comments