Christophe Favergeon
e7f9ab01ac
Added documentation for CMSIS-DSP nodes, cyclo-static scheduling, memory optimizations
...
Updated copyright years on Compute graph files
3 years ago
Christophe Favergeon
981917584c
Added example for use of CMSIS-DSP in computegraph and cyclo-static scheduling
3 years ago
Christophe Favergeon
f3a667f892
Added API descriptions for code generation of the ComputeGraph
...
Previous version was only detailing the options.
3 years ago
Christophe Favergeon
46a732c158
Reworked the compute graph top level documentation
...
Started to add documentation for Python APIs, C++ nodes
3 years ago
Christophe Favergeon
5a4b6064d1
Started reworking and reorganization of the top level documentation of the compute graph.
3 years ago
Christophe Favergeon
dfb67ee993
Started to rework the documentation for the ComputeGraph examples.
3 years ago
Christophe Favergeon
95dc3f3807
Added a new simpler example for the compute graph.
...
Moved readme for the example in the example folders.
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
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
3d1a7f7ff4
Improvement to the Python wrapper
...
Corrected issues with arm_fir_decimate and arm_fir_interpolate
Corrected issues with real FFTs in the wrapper
Added a customization option for the FIFO class in compute graph.
Added Python tests for the corrected functions.
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
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
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