Commit Graph

7 Commits (1378fa94f5ccf8e0ec424d7da56807721139dfd1)

Author SHA1 Message Date
Christophe Favergeon 1378fa94f5 Improved compute graph documentation
More details about the new dynamic mode.
3 years ago
Christophe Favergeon 66ea68b096 Added a dynamic mode to the compute graph.
The compute graph hierarchy (Python and C++) has been modified.
It will break the code using the CG and the include and import will
have to be modified.

New function prepareForRunning is needed in CG nodes even if not used in
static mode. Without this function, code using compute graph won't build.
3 years ago
Christophe Favergeon 5a99a5c5ad Improvement to compute graph
More customization options
New (experimental) scheduling algorithm to improve latencies.
3 years ago
Christophe Favergeon 06c439f7e7 Added documentation for cyclo static scheduling 3 years ago
Christophe Favergeon 30be135940 Modified C++ implementation of compute graph to support new scheduler 3 years ago
Christophe Favergeon c91c8d6cec Improvement to compute graph
New cyclo static scheduler
New code generation mode using switch / case to decrease code size.
3 years ago
Christophe Favergeon 8e4c71fd0d Renamed SDF to Compute Graph - Static Flow
Updated examples.
3 years ago