Skip to content

Commit 3641e27

Browse files
authored
address comments
1 parent 29a0653 commit 3641e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_core/docs/source/release/0.1.1-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Released on Dec 20, 2024
66

77
- Add `StridedMemoryView` and `@args_viewable_as_strided_memory` that provide a concrete
88
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
1010
the hood, it uses either the nvJitLink or driver (`cuLink*`) APIs depending on the CUDA version
1111
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.
1313

1414
## New features
1515

0 commit comments

Comments
 (0)