Taskflow
2.4-master-branch
|
Ctf::cudaFlow | Methods for building a CUDA task dependency graph |
Ctf::cudaTask | Handle to a node in a cudaGraph |
Ctf::Executor | Execution interface for running a taskflow graph |
▼Ctf::FlowBuilder | Building methods of a task dependency graph |
Ctf::Subflow | Building methods of a subflow graph in dynamic tasking |
Ctf::Taskflow | Main entry to create a task dependency graph |
Cis_condition_task | Determines if a callable is a condition task |
Cis_cudaflow_task | Determines if a callable is a cudaflow task |
Cis_dynamic_task | Determines if a callable is a dynamic task |
Cis_static_task | Determines if a callable is a static task |
▼Ctf::ObserverInterface | The interface class for creating an executor observer |
Ctf::ChromeTracingObserver | Observer designed based on chrome tracing format |
Ctf::TFProfObserver | Observer designed based on taskflow board format |
Ctf::Task | Handle to a node in a task dependency graph |
Ctf::TaskView | Class to access task information from the observer interface |
CWorkerView | Class to access worker information from the observer interface |