MUDA
Loading...
Searching...
No Matches
graph_launch.inl
1#include <muda/graph/graph_viewer.h>
2
3namespace muda
4{
5MUDA_INLINE GraphLaunch& GraphLaunch::launch(const GraphViewer& graph)
6{
7 graph.launch();
8 return *this;
9}
10} // namespace muda