Christophe Favergeon
f1bd948a66
CMSIS-DSP: Helium versions of absmax and absmin.
5 years ago
Christophe Favergeon
9a254bc926
CMSIS-DSP: Improvements for building with gcc on M55.
...
Solve most of f16 issues. But there are still some remaining
build issues with gcc10q4.
2 functions are reverting to scalar version when build with gcc on M55.
(Since Helium versions of those functions are not building).
5 years ago
Christophe Favergeon
212e9cb805
CMSIS-DSP: Added Cholesky decomposition
...
LL^t and LDL^t variant.
Added foward and backward substitution to solve linear systems
with triangular matrix.
5 years ago
Christophe Favergeon
2b6d208557
CMSIS-DSP: Corrected issue in rfft f16
5 years ago
Christophe Favergeon
69d56b1a31
CMSIS-DSP: f16 versions of classical ML functions
5 years ago
Christophe Favergeon
7c55ae80f7
CMSIS-DSP: Added arm_fir_f16
...
Improved f16 comlex dot product
Correction to compile flags to FFT tables for MVE version.
5 years ago
Christophe Favergeon
986ace8499
CMSIS-DSP: Test framework improvement
...
Added a new core.
5 years ago
Christophe Favergeon
d045a7545f
CMSIS-DSP: Test framework improvement
...
Add support for new cores
5 years ago
Christophe Favergeon
fe79fc5a00
CMSIS-DSP: Updated tests to use the new headers.
5 years ago
Christophe Favergeon
04449477b0
CMSIS-DSP: Test framework improvement
...
Enabled MMU for A32.
6 years ago
Christophe Favergeon
be40746c5e
CMSIS-DSP: Improvement to test framework
...
Added support for A32.
Still some issues with cycle model.
6 years ago
Christophe Favergeon
cb125bba76
CMSIS-DSP: Test framework improvement
...
Added gcc support for M55 FVP.
6 years ago
Christophe Favergeon
a159791720
CMSIS-DSP: Improved test framework
...
Added gcc support to IPSS in test framework.
Improved f16 handling for when compiling M55 with gcc.
6 years ago
Christophe Favergeon
c2ca0dd2f8
CMSIS-DSP: Improvement to testing scripts
6 years ago
Christophe Favergeon
c33adc9485
CMSIS-DSP: Improvements to the float16 support for building.
6 years ago
Christophe Favergeon
b543f5c61c
CMSIS-DSP: Added f16 support to test framework.
...
Added preliminary f16 versions of some functions
6 years ago
Christophe Favergeon
23f969c6c7
CMSIS-DSP: Added M55 to test framework.
...
Added a regression script to test several configurations of
the CMSIS-DSP.
6 years ago
Christophe Favergeon
4e4b9ca8bb
CMSIS-DSP: Corrected build issues with AC5 and gcc. Improved Doxygen comments.
6 years ago
Christophe Favergeon
c19c41d261
CMSIS-DSP: Added a ARM_MATH_FLOAT16 compilation option.
...
It is automatically enabled when MVE support is enabled.
6 years ago
Christophe Favergeon
2e12da1043
CMSIS-DSP: Corrected compilation warnings
...
More compilation tests done with AC5
6 years ago
Christophe Favergeon
0e915a0458
CMSIS-DSP: Added ARM_MATH_AUTOVECTORIZE and AUTOVECTORIZE to cmake
...
It is to provide more control and to disable
intrinsics version of some kernels when the C code is simple enough to
benefit from vectorization.
Since the result is compiler dependent, this option is optional.
(And it is not yet added to the source files).
Compilation flags may have to be tuned (-O3 for instance ...)
6 years ago
Christophe Favergeon
5309ff3334
CMSIS-DSP: Corrected compilation issues with ARM AC5 compiler.
...
Added AC5 support to the test framework.
Upgraded gcc support.
6 years ago
Christophe Favergeon
499a9ecb70
CMSIS-DSP: Added support in test framework for ARMv81MML and FVP
6 years ago
Christophe Favergeon
1f87fd50c9
CMSIS-DSP: Change to cmake to more easily build wrappers
6 years ago
Christophe Favergeon
b8fbe472b0
CMSIS-DSP:Some corrections to cmake build system.
6 years ago
Christophe Favergeon
8a4c63e4d8
CMSIS-DSP: New testing framework
...
(For our internal use. In short term, we won't give support about it).
CMSIS-DSP: Update to cmake build for the testing framework
CMSIS-NN:Implementation of arm_fully_connected_s8
Use API and quantization compatible with TF Lite.
7 years ago