Skip to content

Commit 368884c

Browse files
committed
minor changes to the release note
1 parent dde2fe2 commit 368884c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Released on Dec XX, 2024
77
- Add `StridedMemoryView` and `@args_viewable_as_strided_memory` that provide a concrete
88
implementation of DLPack & CUDA Array Interface supports.
99
- Add `Linker` that can link one or multiple `ObjectCode` instances generated by `Program`s. Under
10-
the hood, it uses either the nvJitLink or cuLink APIs depending on the CUDA version detected
11-
in the current environment.
10+
the hood, it uses either the nvJitLink or driver (`cuLink*`) APIs depending on the CUDA version
11+
detected in the current environment.
1212
- Add a `cuda.core.experimental.system` module for querying system- or process- wide information.
13-
- Support TCC devices with a default synchronous memory resource to avoid the use of memory pools
1413

1514
## New features
1615

1716
- Add `LaunchConfig.cluster` to support thread block clusters on Hopper GPUs.
1817

1918
## Enchancements
2019

20+
- Support TCC devices with a default synchronous memory resource to avoid the use of memory pools.
2121
- Ensure "ltoir" is a valid code type to `ObjectCode`.
2222
- Improve test coverage.
2323
- Enforce code formatting.

0 commit comments

Comments
 (0)