Skip to content

Commit 6450712

Browse files
committed
add basic docs
1 parent fea55e0 commit 6450712

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

cuda_core/docs/source/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CUDA runtime
2727
MemoryResource
2828
DeviceMemoryResource
2929
LegacyPinnedMemoryResource
30+
VirtualMemoryResource
3031

3132
:template: dataclass.rst
3233

@@ -36,6 +37,7 @@ CUDA runtime
3637
GraphDebugPrintOptions
3738
StreamOptions
3839
LaunchConfig
40+
VirtualMemoryResourceOptions
3941

4042

4143
CUDA compilation toolchain

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

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

3637

3738
New examples

0 commit comments

Comments
 (0)