Skip to content

Commit 6b1a7bb

Browse files
committed
emphasize VMM is linux only for now
1 parent 58f98fe commit 6b1a7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/docs/source/release/0.4.0-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ New features
3333
- Stream-ordered memory allocation can now be shared on Linux via :class:`DeviceMemoryResource`.
3434
- Added NVVM IR support to :class:`Program`. NVVM IR is now understood with ``code_type="nvvm"``.
3535
- Added an :attr:`ObjectCode.code_type` attribute for querying the code type.
36-
- Added :class:`VirtualMemoryResource` for low-level virtual memory management.
36+
- Added :class:`VirtualMemoryResource` for low-level virtual memory management on Linux.
3737

3838

3939
New examples

0 commit comments

Comments
 (0)