class command_graph
Declaration
class command_graph : public graph { /* full declaration omitted */ };
Description
The command graph (CDAG) provides a static schedule of commands executed on individual nodes, including kernel execution and peer-to-peer data transfers via push- and await-push commands. It is generated in a distributed fashion, where each cluster node only maintains the subset of commands it will execute itself.
Declared at: include/command_graph.h:144
Inherits from: graph