Skip to content

Commit 1c7cb4a

Browse files
committed
Move LaunchConfig to dataclass template
- Device, Graph, GraphBuilder are regular Python classes (use default) - LaunchConfig uses dataclass template per project convention
1 parent 226d5f5 commit 1c7cb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/docs/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ CUDA runtime
3636
ManagedMemoryResource
3737
LegacyPinnedMemoryResource
3838
VirtualMemoryResource
39-
LaunchConfig
4039

4140
:template: dataclass.rst
4241

@@ -47,6 +46,7 @@ CUDA runtime
4746
GraphCompleteOptions
4847
GraphDebugPrintOptions
4948
StreamOptions
49+
LaunchConfig
5050
VirtualMemoryResourceOptions
5151

5252

0 commit comments

Comments
 (0)