Commit Graph

8 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 fc38d7d21f Some corrections to the compute graph README. 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 5bee006eaa Added some documentation for the compute graph.
Some details about the inner working of the schedule generation algorithm.
3 years ago
Christophe Favergeon bfda7097d5 Improvements to the compute graph documentation.
Some compute graph nodes have been moved out of the GenericNodes.h header
into their specific headers.
3 years ago
Christophe Favergeon b8177102d9 Added support for CMSIS Event Recorder to the Compute Graph.
Added also more customization options for the compute graph.
3 years ago
Christophe Favergeon 7c595300cc Updated documentation due to the renaming of SDF.
Corrected small bug introduced by duplicate feature in SDF.
3 years ago
Christophe Favergeon 8e4c71fd0d Renamed SDF to Compute Graph - Static Flow
Updated examples.
3 years ago