Commit Graph

6 Commits (e8d1f3a10cf44c9f2d00930ccf21678a6d80ad60)

Author SHA1 Message Date
Christophe Favergeon 61478be82a Added event recorder example and documentation for the compute graph. 3 years ago
Christophe Favergeon 4806c7f01d
Streamdoc (#94)
Reworked the documentation and examples for the compute graph.
3 years ago
Christophe Favergeon 8b49478b1f Update to the Python wrapper
Corrected issue with RFFT APIs
Added some features to compute graph

Improved documentation related to RFFT
Changed how Python wrapper is built (to prepare fro future
evolution).
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 8e4c71fd0d Renamed SDF to Compute Graph - Static Flow
Updated examples.
3 years ago