cuda.core.graph.ExecutableGraphNode#

class cuda.core.graph.ExecutableGraphNode#

A lightweight view pairing an executable graph with a source node.

Create executable-node views with graph[node]. CUDA validates that the node identifies a node in the executable graph when an operation is performed.

Methods

__init__(*args, **kwargs)#