Commit Graph

11 Commits (441f779647a5ece9220127dbf69b36f9d6d66869)

Author SHA1 Message Date
Christophe Favergeon d1bf6fe5d1 Update compute graph nodes to remove overriding issue. 3 years ago
Christophe Favergeon 31d9d2ef4a Missing file in pack. Small correction for compute graph. 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 25c3fa3c02 Corrected compilation warnings. 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 5a99a5c5ad Improvement to compute graph
More customization options
New (experimental) scheduling algorithm to improve latencies.
3 years ago
Silfurion 3d5fb83720 Add some f64 Neon optimisations for aarch64
Some documentation improvements.
3 years ago
Christophe Favergeon f74f666fb0 Added more customization hooks to compute graph. 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 30be135940 Modified C++ implementation of compute graph to support new scheduler 3 years ago
Christophe Favergeon 8e4c71fd0d Renamed SDF to Compute Graph - Static Flow
Updated examples.
3 years ago