Commit Graph

669 Commits (31d9d2ef4ace9d3e3ca014d25525af3b99e86a66)
 

Author SHA1 Message Date
Christophe Favergeon 69f0f0f7bc CMSIS-DSP: Testing framework
Added some calibration to remove overhead in the benchmark measurement process.
Reorganized one test to move some initialization code outside of the test.
6 years ago
Christophe Favergeon dc60f80ccd CMSIS-DSP: Testing framework
Added support for external trace files for benchmark measurements.
6 years ago
Christophe Favergeon 9520817de7 CMSIS-DSP: Test framework
Added possibility to select an external platform folder.
6 years ago
Christophe Favergeon 29d61b19e9 CMSIS-NN: First untested version of arm_nn_elementwise_add_s8. 6 years ago
Christophe Favergeon 1c97f73bd3 CMSIS-DSP: Testing framework
Added support for f64
Added benchmarking code for arm_biquad_cascade_df2T_f64
6 years ago
Christophe Favergeon f96fcb685b CMSIS-DSP: Testing framework improvements
Reorganized code : Testing and benchmarking code in different folders.
Corrected small bug in framework wehn reading parameter files (wrong
number of parameter combinations).
Added benchmarking code for ComplexMathFunctions and some parts of
FilteringFunctions.
6 years ago
Christophe Favergeon 12e07e1683 CMSIS-NN: Added arm_softmax_with_batch_q7
Some study of the error rate of softmax compared to f32 reference.
6 years ago
Christophe Favergeon 8a8bf1ebb3 CMSIS-NN: Regenerated patterns for arm_softmax_q7 to test the tail of
the loops.
6 years ago
Christophe Favergeon 56bd14f436 CMSIS-NN: Optimized version of original arm_softmax_q7 function. 6 years ago
Christophe Favergeon 780a7ce3d9 CMSIS-NN: Tuned the softmax test criterion based upon analysis done with
scipy.
6 years ago
Christophe Favergeon 244770716b CMSIS-NN: Created tests for original CMSIS-NN softmax q7 implementation. 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 38796adc5a CMSIS-DSP: Removed files which are generated automatically by the test
framework.
It includes the dummy fake benchmarks which were used for testing the
scripts.
6 years ago
Christophe Favergeon bd19f75d4f CMSIS-DSP: Minor cleaning and script for color syntax of test
descriptions
6 years ago
Christophe Favergeon 3b5bcc421f CMSIS-NN:Added code to be able to benchmark arm_avgpool_s8.
Benchmarking code added into CMSIS-DSP test framework.
6 years ago
Christophe Favergeon a435c758dc CMSIS-NN: Added optimized version of arm_avgpool_s8 6 years ago
Christophe Favergeon bfee0b9c02 CMSIS-NN: Added reference C code for arm_avgpool_s8.c and tests
Tests are integrated in CMSIS-DSP test framework.
Reference code is based upon CMSIS-NN original average pooling and it is
not based upon TF Lite.
6 years ago
Christophe Favergeon 7a07cecef1 CMSIS-DSP: Added distance functions for clustering algorithms 6 years ago
Christophe Favergeon cf71ff01a7 CMSIS-DSP: Add primary keys to generated benchmark tables in the
database.
6 years ago
Christophe Favergeon aa43cfb6dd CMSIS-DSP: Added some support functions.
entropy, Kullback-Leibler, LogSumExp, Dot product using LogSumExp
weighted sum, barycenter.
6 years ago
Christophe Favergeon 94b63664f2 CMSIS-DSP: Added Naive Gaussian Bayesian Estimator 6 years ago
Christophe Favergeon 302ada6633 CMSIS-DSP: Added SVM Functions and tests
Added more tests for BasicMathFunctions
Added script to postprocess result of benchmarks.
6 years ago
Ryan Mullen a5b854594b CMSIS-DSP: Prevent off-by-one access past end of y-data buffer in f32 linear interpolation 7 years ago
Christophe Favergeon d3170304e1 CMSIS-DSP:Added missing compilation flags to arm_rfft_fast_init_f32.c 7 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
Jonatan Antoni c3a7e246e8 DSP: Merged ARM and ARMCLANG into combined ARM folder for pre-built libraries.
All pre-built libraries are built using Arm Compiler 6.12.

Change-Id: If3214fc07363c0131e715ce4d54f9216c1264481
7 years ago
ClaudioMartino 6c8f9e9e63 Updated prebuilt DSP libraries (GCC) 7 years ago
ClaudioMartino 4f07e895a4 Updated prebuilt DSP libraries (GCC) 7 years ago
ClaudioMartino 1ce619dd4a Updated prebuilt DSP libraries (GCC) 7 years ago
ClaudioMartino eff6ab597e Updated prebuilt DSP libraries (Arm Compiler 6.12) 7 years ago
TTornblom a2431b036e DSP: Recompiled IAR DSP libraries with 8.40.1 compiler 7 years ago
ClaudioMartino ad726aa823 vmlaq in arm_dot_prod_f32 instead of vmulq and vadd 7 years ago
ClaudioMartino f6c65db1fe Include paths for transform tests in ArmDS A5 project 7 years ago
Christophe Favergeon bac5c674cf CMSIS-DSP: Add new compilation flag to DSP_Lib_TestSuite to restore
default behavior.

Default behavior is that all tests are enabled by default.
No need to define new compilation flags to enable them.

But there is a new mode which when enabled will allow to select which
tests must be run or not.

By default, this new mode is disabled and in this case all tests will
run.
7 years ago
Christophe Favergeon 2bb1ccfae7 CMSIS-DSP: Added compilation flags to disable some test categories in
DSP_Lib_TestSuite.
7 years ago
Christophe Favergeon bf1f324a6d CMSIS-DSP: DSP_Lib_TestSuite can be built with cmake.
DSP_Lib_TestSuite can be built with cmake and run on FVP.
Some issues with CMSIS-DSP cmake where discovered and corrected.

Comments added to arm_biqaud_cascade_df2T+f32 since the Neon version
must be initialized differently (and thus the corresponding test
in DSP_Lib_TestSuite will have to be updated to pass with Neon version).
7 years ago
Christophe Favergeon c0f96fe5d8 CMSIS-DSP: Corrected issue in Neon version of arm_correlate_f32.
Issue was introduced by a merge on our internal branch.
7 years ago
Christophe Favergeon 3bf2e2eda6 CMSIS-DSP: Enable build with MSVC compiler.
The goal of this commit is to allow the build of CMSIS-DSP on Windows to
enable the use of the library from Python or Matlab.

The Python wrapper has also been simplified and is now using the
CMSIS-DSP directly without requiring specific include files or source files.
7 years ago
Christophe Favergeon 080b994dd7 CMSIS-DSP: Customization of FFT tables.
Compilation symbols have been introduced to allow to include only the
FFT tables which are useful in a given application.

The README.md in DSP is giving more details.
7 years ago
Christophe Favergeon de626e2391 CMSIS DSP : Added a cmake build system
It is not replacing the current MDK and ArmDS projects.
It is a complementary way to build CMSIS-DSP.
Current version is supporting ARM AC6 compiler from ArmDS.

The result of the build can be run on a FVP for instance.

It could be extended to use different toolchain and build for different
targets.

The README.md in DSP folder is giving all the details.
7 years ago
stgoh 295292422c Rectified Description error on twiddeCoeff_rfft_32
Rectified error on formula that generates Twiddle coefficients table for RFFT (line 17749)
7 years ago
ClaudioMartino 7c1fca8052 Removed comments about loop unrolling in NEON codes to avoid confusion 7 years ago
ClaudioMartino d4de6207ff filtering_pState uses VLD1 and it needs to be aligned to avoid alignment faults 7 years ago
ClaudioMartino 5792f80cf1 New NEON float32 algorithms for Cortex A5 (TransformFunctions excluded) with armDS project 7 years ago
Christophe Favergeon 58cda47002 Improved the README of the CMSIS-DSP Python wrapper.
More details about the installation procedure.
7 years ago
Christophe Favergeon 0a98533a43 Improved the README for the Python wrapper. 7 years ago
Christophe Favergeon 1706f379de Corrected example.py so that it also works with Python 2.
Clarified the README to highlight that the cmsisdsp Python package
is installed in editable mode when using the command line of the README
file.
7 years ago
Christophe Favergeon bb426fa559 First release of the Numpy compatible Python wrapper for the CMSIS-DSP. 7 years ago
Jonatan Antoni a8cf6e9bb1 Updated file versions, dates and copyright headers.
Change-Id: I2fe43d2ad56cff4347424929fd1f82eccd1cc770
7 years ago