cuda::experimental::start_path

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

template<typename _FirstNode, typename ..._Nodes>
inline path_builder cuda::experimental::start_path(device_ref __dev, _FirstNode __first_node, _Nodes... __nodes)

Create a new path builder for a device and a first node.

Parameters
  • __dev – The device to create the path builder for.

  • __first_node – At least one node that the path builder will depend on.

  • __nodes – Additional nodes that the path builder will depend on.

Returns

A new path builder for the device and the first node.