Skip to content

Commit 711c90f

Browse files
author
cuda-python-bot
committed
Deploy doc preview for PR 2048 (a93ea03)
1 parent 21c62c3 commit 711c90f

188 files changed

Lines changed: 5244 additions & 408 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 22d26242b51e1dc9ea6544d48a5196f5
3+
config: 3ec9271277295999cc42f4045e47ded2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
4.71 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
cuda.core.graph.Graph
5+
=====================
6+
7+
.. currentmodule:: cuda.core.graph
8+
9+
.. autoclass:: Graph
10+
11+
12+
13+
.. rubric:: Methods
14+
15+
16+
.. automethod:: __init__
17+
.. automethod:: close
18+
.. automethod:: launch
19+
.. automethod:: update
20+
.. automethod:: upload
21+
22+
23+
24+
25+
26+
27+
.. rubric:: Attributes
28+
29+
30+
.. autoproperty:: handle
31+
32+
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
cuda.core.graph.GraphBuilder
5+
============================
6+
7+
.. currentmodule:: cuda.core.graph
8+
9+
.. autoclass:: GraphBuilder
10+
11+
12+
13+
.. rubric:: Methods
14+
15+
16+
.. automethod:: __init__
17+
.. automethod:: begin_building
18+
.. automethod:: callback
19+
.. automethod:: close
20+
.. automethod:: complete
21+
.. automethod:: create_condition
22+
.. automethod:: debug_dot_print
23+
.. automethod:: embed
24+
.. automethod:: end_building
25+
.. automethod:: if_else
26+
.. automethod:: if_then
27+
.. automethod:: join
28+
.. automethod:: split
29+
.. automethod:: switch
30+
.. automethod:: while_loop
31+
32+
33+
34+
35+
36+
37+
.. rubric:: Attributes
38+
39+
40+
.. autoproperty:: is_building
41+
.. autoproperty:: is_join_required
42+
.. autoproperty:: stream
43+
44+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cuda.core.graph.GraphCompleteOptions
2+
====================================
3+
4+
.. currentmodule:: cuda.core.graph
5+
6+
.. autoclass:: GraphCompleteOptions

0 commit comments

Comments
 (0)