cuda::experimental::conditional_node_result#

struct conditional_node_result#

Result of adding a conditional node.

Contains the newly created conditional node, the body graph that should be populated by the caller, and the conditional handle to pass into body kernels.

Public Members

graph_node_ref node#

The conditional node in the parent graph.

graph_builder_ref body_graph#

The body graph to populate with operations.

conditional_handle handle#

The handle to control execution from device code.