class task_graph
Declaration
class task_graph : public graph { /* full declaration omitted */ };
Description
The task graph (TDAG) represents all cluster-wide operations, such as command group submissions and fences, and their interdependencies.
Declared at: include/task.h:238
Inherits from: graph