Skip to content

Commit ded7844

Browse files
committed
add docs
1 parent 668a8ce commit ded7844

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

cuda_core/docs/source/api.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ CUDA runtime
1717
:toctree: generated/
1818

1919
Device
20+
Graph
21+
GraphBuilder
2022
launch
2123

2224
:template: dataclass.rst
2325

2426
EventOptions
27+
GraphCompleteOptions
28+
GraphDebugPrintOptions
2529
StreamOptions
2630
LaunchConfig
2731

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Highlights
1111
----------
1212

1313
- Starting this release ``cuda.core`` is licensed under Apache 2.0.
14+
- Initial support for CUDA graphs (phase 1).
15+
- In this release, we support building a CUDA graph that captures kernel launches. The captured graph can be replayed to reduce
16+
latency. Graph split/join and conditional nodes are supported.
1417

1518

1619
Breaking Changes

0 commit comments

Comments
 (0)