Compute Graph Framework (CGF)
The Compute Graph Framework (CGF) enables the composition of complex computational pipelines in the form of directed graphs and the execution with efficient scheduling capabilities.
Key design goals are:
- decomposition of complex applications,
- efficient utilization of available compute resources,
- flexibility in terms of the process layout,
- communication primitives to exchange data between entities efficiently.
- safety considerations, as well as
- reusability of building blocks across applications.