Christophe Favergeon
ffcca5f59f
CMSIS-DSP: Reworked mechanism for naming of tests.
6 years ago
Christophe Favergeon
718f22eca0
CMSIS-DSP: Improve formatting script for tests
6 years ago
Christophe Favergeon
575d68f280
CMSIS-DSP: Improved formating script for test reports.
6 years ago
Christophe Favergeon
4d049610c1
CMSIS-DSP: Improved formating scripts in test framework
6 years ago
Christophe Favergeon
df744868c5
CMSIS-DSP: Improved script for generating test reports.
6 years ago
Christophe Favergeon
c2ca0dd2f8
CMSIS-DSP: Improvement to testing scripts
6 years ago
Christophe Favergeon
92be16c2aa
CMSIS-DSP: Improved tests
6 years ago
Christophe Favergeon
18fe3c157d
CMSIS-DSP: Update link script for test framework.
6 years ago
Christophe Favergeon
49b06e1f2b
CMSIS-DSP: Improved IPSS support for M55 in test framework.
6 years ago
Christophe Favergeon
90e24d1614
CMSIS-DSP: Improvement to M55 support in test framework for IPSS
6 years ago
Christophe Favergeon
23eaafccf9
CMSIS-DSP: Updated regression script for tests.
6 years ago
Christophe Favergeon
21383c9dd2
CMSIS-DSP: Improve IPSS support in test framework.
6 years ago
Christophe Favergeon
57db4eeff9
CMSIS-DSP: Add support for IPSS to test framework.
6 years ago
Christophe Favergeon
95ba86bffc
CMSIs-DSP: Add description of new benchmarks in test framework.
6 years ago
Christophe Favergeon
9ffa36e9c8
CMSIS-DSP: Added new tests to the test framework.
6 years ago
Christophe Favergeon
e5fd202d8b
CMSIS-DSP: Improvement to test framework to run on some models.
6 years ago
Christophe Favergeon
2653dba272
CMSIS-DSP: Improvement to the regression script for tests
6 years ago
Christophe Favergeon
c33adc9485
CMSIS-DSP: Improvements to the float16 support for building.
6 years ago
Christophe Favergeon
97e7ce8e27
CMSIS-DSP: Change to f16 code to be able to build with AC5 compiler.
6 years ago
Christophe Favergeon
b31c737ad0
CMSIS-DSP: Corrected latest issues in f16 MVE version of cfft.
6 years ago
Christophe Favergeon
86a272902a
CMSIS-DSP: Add preliminary cfft 16 MVE code.
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
12af686c77
CMSIS-DSP: Correction of issue 891
...
Use of arm_cfft_init_f64 in the tests for coherency with other
cfft tests.
6 years ago
Christophe Favergeon
7969af9c89
CMSIS-DSP: Added possibility to use reference library with test framework.
6 years ago
Christophe Favergeon
f64de0436f
CMSIS-DSP: Disable some tests in the test framework.
...
NN tests are by default disables.
6 years ago
ClaudioMartino
1d51b2ba00
CMSIS-DSP: Modified spline f32 to compute coeffs at init time
...
- Moved coefficients computation to init function
- Improved documentation
6 years ago
Christophe Favergeon
1c6bd2c3d6
CMSIS-DSP: Improved regression script for tests
...
Now environment variables can be set and unset per toolchain and core.
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
ClaudioMartino
64d43685fb
CMSIS-DSP: Added MVE support for logical operators (modified prototypes)
6 years ago
ClaudioMartino
fb1f6b04a7
CMSIS-DSP: Added scalar float64 entropy and kullback leibler
6 years ago
ClaudioMartino
3446683ed3
Improved arm_quick_sort_f32
6 years ago
Christophe Favergeon
97969db78c
CMSIS-DSP: Corrected compilation warnings
6 years ago
Christophe Favergeon
c87009affc
CMSIS-DSP: Corrected failing test.
6 years ago
Christophe Favergeon
efd47b9da6
CMSIS-DSP: Improvement for issue 809
6 years ago
Christophe Favergeon
d2fb32de54
CMSIS-DSP: Added longer test patterns and corrected saturation bugs.
...
Longer test patterns for BasicMaths, ComplexMaths and Statistics.
Corrected saturation bug in MVE code for arm_abs_q7,
arm_cmplx_conj_q15 and arm_cmplx_conj_q31.
6 years ago
Christophe Favergeon
d031dc0dcd
CMSIS-DSP: Modified thresholds for ComplexMathsQ15 tests.
6 years ago
Christophe Favergeon
f130e78572
CMSIS-DSP: Added more tests for ComplexMathsQ15
6 years ago
Christophe Favergeon
8f121092cd
CMSIS-DSP: Added more tests for ComplexMaths.
6 years ago
Christophe Favergeon
dcda169de6
CMSIS-DSP: Cleaning for RFFT
...
Updated Doxygen comments.
Moved cfft_init_f64 from PythonWrapper to normal repository.
6 years ago
Christophe Favergeon
f2facaa0a2
CMSIS-DSP: Correction for issue 720
6 years ago
Christophe Favergeon
05fcad5977
CMSIS-DSP:Added tests for arm_bilinear_interp (f32,q31,q15 and q7).
...
Corrected bug in arm_bilinear_interp_f32. Now indexes are starting at 0
like with other bilinear versions.
6 years ago
Christophe Favergeon
ceca332b10
CMSIS-DSP:Added tests for arm_linear_interp f32, q31, q15 and q7.
6 years ago
Christophe Favergeon
9fdf799b23
CMSIS-DSP: Added missing patterns.
6 years ago
Christophe Favergeon
0f4d94707d
CMSIS-DSP: Improved the test script to take additional command line options.
6 years ago
Christophe Favergeon
2caf8821a4
CMSIS-DSP: Added a script to run all the tests.
...
Tests are getting too big. This script will help to run all the tests
without having to build an executable containing them all.
6 years ago
Christophe Favergeon
1d101f749c
CMSIS-DSP: Improved READMEs
...
Corrected Doxygen warnings.
6 years ago
Christophe Favergeon
c0a597a51c
CMSIS-DSP: Added test patterns for arm_fir_decimate and arm_fir_interpolate.
...
Added MVE code for arm_fir_decimate and arm_fir_interpolate.
6 years ago
Christophe Favergeon
b6d9bdd4ef
CMSIS-DSP: Added MVE code for arm_cfft_q15
6 years ago
Christophe Favergeon
fa38aed181
CMSIS-DSP: Corrected compilation issues with AC5 and gcc.
6 years ago
Christophe Favergeon
f5c31e6af4
CMSIS-DSP: Added MVE code for cfft q31
...
Added tests patterns for RFFT Q31 and Q15.
6 years ago