File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
cuda_core/docs/source/release Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- # ` cuda.core ` Release notes
1
+ # ` cuda.core ` v0.1.0 Release notes
2
2
3
3
Released on Nov 8, 2024
4
4
Original file line number Diff line number Diff line change 1
- # ` cuda.core ` Release notes
1
+ # ` cuda.core ` v0.1.1 Release notes
2
2
3
3
Released on Dec XX, 2024
4
4
@@ -10,16 +10,19 @@ Released on Dec XX, 2024
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
12
- 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.
13
14
14
15
## New features
15
16
16
17
- Add ` LaunchConfig.cluster ` to support thread block clusters on Hopper GPUs.
17
18
18
19
## Enchancements
19
20
21
+ - The internal handle held by ` ObjectCode ` is now lazily initialized upon first touch.
20
22
- 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.
23
26
- Enforce code formatting.
24
27
25
28
## Bug fixes
You can’t perform that action at this time.
0 commit comments