File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cuda_core/docs/source/release Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ Released on Dec XX, 2024
7
7
- Add ` StridedMemoryView ` and ` @args_viewable_as_strided_memory ` that provide a concrete
8
8
implementation of DLPack & CUDA Array Interface supports.
9
9
- 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.
12
12
- 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
14
13
15
14
## New features
16
15
17
16
- Add ` LaunchConfig.cluster ` to support thread block clusters on Hopper GPUs.
18
17
19
18
## Enchancements
20
19
20
+ - Support TCC devices with a default synchronous memory resource to avoid the use of memory pools.
21
21
- Ensure "ltoir" is a valid code type to ` ObjectCode ` .
22
22
- Improve test coverage.
23
23
- Enforce code formatting.
You can’t perform that action at this time.
0 commit comments