Skip to content

Commit 1045064

Browse files
committed
add missing entries
1 parent 368884c commit 1045064

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `cuda.core` Release notes
1+
# `cuda.core` v0.1.0 Release notes
22

33
Released on Nov 8, 2024
44

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `cuda.core` Release notes
1+
# `cuda.core` v0.1.1 Release notes
22

33
Released on Dec XX, 2024
44

@@ -10,16 +10,19 @@ Released on Dec XX, 2024
1010
the hood, it uses either the nvJitLink or driver (`cuLink*`) APIs depending on the CUDA version
1111
detected in the current environment.
1212
- Add a `cuda.core.experimental.system` module for querying system- or process- wide information.
13+
- Support `pip install cuda-core`. Please see the Installation Guide for further detail.
1314

1415
## New features
1516

1617
- Add `LaunchConfig.cluster` to support thread block clusters on Hopper GPUs.
1718

1819
## Enchancements
1920

21+
- The internal handle held by `ObjectCode` is now lazily initialized upon first touch.
2022
- Support TCC devices with a default synchronous memory resource to avoid the use of memory pools.
21-
- Ensure "ltoir" is a valid code type to `ObjectCode`.
22-
- Improve test coverage.
23+
- Ensure `"ltoir"` is a valid code type to `ObjectCode`.
24+
- Document the `__cuda_stream__` protocol.
25+
- Improve test coverage & documentation cross-references.
2326
- Enforce code formatting.
2427

2528
## Bug fixes

0 commit comments

Comments
 (0)