cuda::experimental::start_path

Defined in include/cuda/experimental/__graph/path_builder.cuh

template<typename ...Nodes>
inline path_builder cuda::experimental::start_path(graph_builder_ref __gb, Nodes... __nodes)

Create a new path builder for a graph builder.

Parameters
  • __gb – The graph builder to create the path builder for.

  • __nodes – The nodes the path builder will depend on.

Returns

A new path builder for the graph builder.