Commit Graph

12 Commits (302897a523f5abae63fae9bdb3bbfc1e3089a55a)

Author SHA1 Message Date
Christophe Favergeon 302897a523 Update to the release notes for the Python wrapper 3 years ago
Christophe Favergeon f2f099f886 ComputeGraph improvements.
More customization options
3 years ago
Christophe Favergeon 568e45afc6 Improvements to CG
Small bug fix to make it easier to use several scheduler.
Improvement to declare new arguments for a node.
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 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 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