CGraph is a cross-platform DAG(Directed Acyclic Graph) framework based on C++17 without any 3rd-party.
You, with it, can build your own operators simply, and then describe any running schedules as you need, such as dependence, parallelling, aggregation and so on. Some useful tools and plugins are also provided to improve your project.
CGraph is a cross-platform DAG(Directed Acyclic Graph) framework based on C++17 without any 3rd-party.
You, with it, can build your own operators simply, and then describe any running schedules as you need, such as dependence, parallelling, aggregation and so on. Some useful tools and plugins are also provided to improve your project.