Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Ntf | |
| CChromeObserver | Observer designed based on chrome tracing format |
| CcudaFlow | Methods for building a CUDA task dependency graph |
| CcudaTask | Handle to a node in a cudaGraph |
| CExecutor | Execution interface for running a taskflow graph |
| CFlowBuilder | Building methods of a task dependency graph |
| CObserverInterface | The interface class for creating an executor observer |
| CSubflow | Building methods of a subflow graph in dynamic tasking |
| CTask | Handle to a node in a task dependency graph |
| CTaskflow | Main entry to create a task dependency graph |
| CTaskView | Class to access task information from the observer interface |
| CTFProfObserver | Observer designed based on taskflow board format |
| 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 |