Skip to content

Commit 598f9a1

Browse files
committed
Updated release notes.
1 parent 6e86cd1 commit 598f9a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuda_core/docs/source/release/0.X.Y-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ New features
2828

2929
- Added :attr:`Device.arch` property that returns the compute capability as a string (e.g., '75' for CC 7.5), providing a convenient alternative to manually concatenating the compute capability tuple.
3030
- CUDA 13.x testing support through new ``test-cu13`` dependency group.
31+
- Stream-ordered memory allocation can now be shared on Linux via :class:`DeviceMemoryResource`.
3132

3233

3334
New examples
@@ -44,3 +45,4 @@ Fixes and enhancements
4445
- Fix :class:`LaunchConfig` grid unit conversion when cluster is set (addresses issue #867).
4546
- Fixed a bug in :class:`GraphBuilder.add_child` where dependencies extracted from capturing stream were passed inconsistently with num_dependencies parameter (addresses issue #843).
4647
- Make :class:`Buffer` creation more performant.
48+
- Enabled :class:`MemoryResource` subclasses to accept :class:`Device` objects, in addition to previously supported device ordinals.

0 commit comments

Comments
 (0)