Commit Graph

  • fb1f6b04a7 CMSIS-DSP: Added scalar float64 entropy and kullback leibler ClaudioMartino 2020-02-05 11:23:25 +0100
  • 3446683ed3 Improved arm_quick_sort_f32 ClaudioMartino 2020-02-03 10:51:36 +0100
  • 97969db78c CMSIS-DSP: Corrected compilation warnings Christophe Favergeon 2020-02-05 13:18:27 +0100
  • c87009affc CMSIS-DSP: Corrected failing test. Christophe Favergeon 2020-02-04 09:59:39 +0100
  • c5339c7910 CMSIS-DSP: Corrected Doxygen issues Issues with documentation of elementwise functions; Issues with sorting functions; Issues with splines functions. Christophe Favergeon 2020-01-31 14:34:11 +0100
  • efd47b9da6 CMSIS-DSP: Improvement for issue 809 Christophe Favergeon 2020-01-28 13:52:42 +0100
  • d2fb32de54 CMSIS-DSP: Added longer test patterns and corrected saturation bugs. Christophe Favergeon 2020-01-27 13:47:37 +0100
  • d031dc0dcd CMSIS-DSP: Modified thresholds for ComplexMathsQ15 tests. Christophe Favergeon 2020-01-23 15:25:12 +0100
  • f130e78572 CMSIS-DSP: Added more tests for ComplexMathsQ15 Christophe Favergeon 2020-01-23 14:50:04 +0100
  • 8f121092cd CMSIS-DSP: Added more tests for ComplexMaths. Christophe Favergeon 2020-01-23 13:49:54 +0100
  • dcda169de6 CMSIS-DSP: Cleaning for RFFT Christophe Favergeon 2020-01-23 10:17:34 +0100
  • d5db9b7123 CMSIS-DSP:Correction for issue 218 Christophe Favergeon 2020-01-22 15:10:34 +0100
  • c97ef0adf6 CMSIS-DSP:Correction for issue 258 Christophe Favergeon 2020-01-22 15:06:05 +0100
  • d5dabb0e23 CMSIS-DSP:Correction for issue 344 Christophe Favergeon 2020-01-22 15:00:10 +0100
  • db45f2793e CMSIS-DSP:Correction for issue 694. Christophe Favergeon 2020-01-22 14:53:59 +0100
  • 666563eb0f CMSIS-DSP: Correction for float16 support with MVE. Christophe Favergeon 2020-01-22 14:18:39 +0100
  • f2facaa0a2 CMSIS-DSP: Correction for issue 720 Christophe Favergeon 2020-01-22 13:29:53 +0100
  • 6c98bfbc02 CMSIS-DSP: Corrected preconditions on arm_bilinear_interp functions. Christophe Favergeon 2020-01-22 11:17:43 +0100
  • 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. Christophe Favergeon 2020-01-22 10:57:32 +0100
  • ceca332b10 CMSIS-DSP:Added tests for arm_linear_interp f32, q31, q15 and q7. Christophe Favergeon 2020-01-21 15:13:38 +0100
  • 9fdf799b23 CMSIS-DSP: Added missing patterns. Christophe Favergeon 2020-01-21 10:25:00 +0100
  • 0f4d94707d CMSIS-DSP: Improved the test script to take additional command line options. Christophe Favergeon 2020-01-21 07:10:26 +0100
  • 2caf8821a4 CMSIS-DSP: Added a script to run all the tests. Christophe Favergeon 2020-01-20 14:18:48 +0100
  • 1d101f749c CMSIS-DSP: Improved READMEs Corrected Doxygen warnings. Christophe Favergeon 2020-01-20 10:07:13 +0100
  • 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. Christophe Favergeon 2020-01-16 13:34:38 +0100
  • c21c54f83d CMSIS-DSP: Added MVE code for merge_rfft_f32 Christophe Favergeon 2020-01-15 13:05:19 +0100
  • 266d88ba4a CMSIS-DSP: Added MVE version of stage_rfft_f32 Christophe Favergeon 2020-01-15 11:26:16 +0100
  • 0c8bacd043 CMSIS-DSP: Added MVE code for rfft q15 Christophe Favergeon 2020-01-14 15:33:50 +0100
  • 681080f52a CMSIS-DSP: Added MVE code for rfft q31 Christophe Favergeon 2020-01-14 15:23:36 +0100
  • b6d9bdd4ef CMSIS-DSP: Added MVE code for arm_cfft_q15 Christophe Favergeon 2020-01-14 14:33:50 +0100
  • fa38aed181 CMSIS-DSP: Corrected compilation issues with AC5 and gcc. Christophe Favergeon 2020-01-14 12:51:22 +0100
  • fb1620bb3d CMSIS-DSP: Updated Python wrapper. Christophe Favergeon 2020-01-14 10:49:23 +0100
  • f5c31e6af4 CMSIS-DSP: Added MVE code for cfft q31 Added tests patterns for RFFT Q31 and Q15. Christophe Favergeon 2020-01-10 14:31:14 +0100
  • 3060b1da8f CMSIS-DSP: MVE version of arm_cfft_f32. Christophe Favergeon 2020-01-08 09:01:17 +0100
  • 169877344c Corrected spline interpolation and merge sort ClaudioMartino 2020-01-07 11:38:36 +0100
  • 76153d838d CMSIS-DSP: Corrected issues 783-786 Adding const to some API arguments Updating array dimensions in some tests Christophe Favergeon 2020-01-07 10:00:41 +0100
  • 76ab9556db CMSIS-DSP: Added new tests Added tests for arm_math.h functions read_q15x2 and similar ones ... Improved Doxygen. Improved functions read_q15x2 and similar ones ... Christophe Favergeon 2020-01-07 07:53:50 +0100
  • 6ee7a64542 CMSIS-DSP: Temporary fix for the spline function. The spline function was preventing the Python wrapper from being built on windows. It is a temporary fix. The spline function will have to be reworked. Christophe Favergeon 2019-12-17 13:34:42 +0100
  • 4e4b9ca8bb CMSIS-DSP: Corrected build issues with AC5 and gcc. Improved Doxygen comments. Christophe Favergeon 2019-12-17 11:37:34 +0100
  • fe082533ed CMSIS-DSP: Corrected issues in SupportFunctions Problem in test pattern for weighted sum. Compilation issue with Neon for bitonic sort. Christophe Favergeon 2019-12-16 09:13:13 +0100
  • 33a1f2fe08 CMSIS-DSP: Corrected Doxygen issues Christophe Favergeon 2019-12-13 15:46:35 +0100
  • 88d1328ee4 CMSIS-DSP: Added example for the naive gaussian bayes classifier Christophe Favergeon 2019-12-12 10:38:29 +0100
  • 585137ad16 CMSIS-DSP: Added an SVM example to show how to use it. Christophe Favergeon 2019-12-06 09:09:50 +0100
  • 665ba5d4cb CMSIS-DSP: Corrected compilation warnings Regenerated some test patterns to remove end of line issues. Christophe Favergeon 2019-12-09 13:18:13 +0100
  • 9a8545decd CMSIS-DSP: Correct test patterns Christophe Favergeon 2019-12-09 11:10:09 +0100
  • bbafcb8960 Added logical operators + sorting + spline ClaudioMartino 2019-11-25 13:35:22 +0100
  • ea8a5b2800 CMSIS-DSP: Added new tests for Biquads. Added MVE code for Biquads. Christophe Favergeon 2019-11-26 10:09:18 +0100
  • ee57bbde54 CMSIS-DSP: Initial F64 CFFT/RFFT implementation FabKlein 2019-11-29 14:48:08 +0100
  • efcc87d950 CMSIS-NN: Helium version of arm_avgpool_s8 Christophe Favergeon 2019-09-10 09:34:16 +0100
  • d9ca41ce8d [MVE] clean-up of loading constant offset vectors Sjoerd Meijer 2019-11-25 14:04:15 +0000
  • 1389e6c3e5 CMSIS-DSP: Added test patterns for RFFT float. Christophe Favergeon 2019-11-25 10:05:16 +0100
  • b649edbec2 CMSIS-DSP: Added new test patterns for Transform Christophe Favergeon 2019-11-22 12:07:39 +0100
  • aec1512af9 CMSIS-DSP: Improvements to test framework Christophe Favergeon 2019-11-20 13:39:05 +0100
  • abdc8aa89f CMSIS-DSP:Corrected bug in arm_div_q63_to_q31 Christophe Favergeon 2019-11-20 09:17:08 +0100
  • 26cb1690bc CMSIS-DSP: Corrected problem with arm_mat_inverse. Related to pull request 741 when pivot is 0. Christophe Favergeon 2019-11-19 15:54:13 +0100
  • 767ed7b920 CMSIS-DSP: Added MVE code for FIR. Improved FIR test patterns. Christophe Favergeon 2019-11-15 09:38:59 +0000
  • ecf9525765 CMSIS-DSP: Added test patterns for fir Added MVE version of arm_fir_f32 Improved test framework to display more information about errors. Christophe Favergeon 2019-11-13 14:11:14 +0100
  • 2fea89109f CMSIS-DSP: Added test examples Christophe Favergeon 2019-11-13 14:11:14 +0100
  • 9a667c40d6 Update README.md Jinhui-Lin 2019-11-13 01:13:50 +0800
  • 22ea1d3a12 CMSIS-DSP: Add ARMv81MML support for MPS3 platform GorgonMeducer 2019-11-07 14:59:41 +0000
  • c345d49da0 CMSIS-DSP : Update MPS3 platform name in testing framework. Christophe Favergeon 2019-11-07 15:58:54 +0100
  • a41d2678d4 CMSIS-DSP: Corrected build problem with arm_correlate_f32. Christophe Favergeon 2019-11-06 11:23:43 +0100
  • b1af1d4766 CMSIS-DSP: Generated test patterns for convolutions and correlations. Added MVE code for convolutions and correlations. Christophe Favergeon 2019-10-29 13:15:47 +0000
  • 8db6e1fdd7 CMSIS-DSP: Update link script of Cortex-M33 for platform MPS3 GorgonMeducer 2019-11-05 14:24:07 +0000
  • 4db8a99bee CMSIS-DSP: Add MPS3 Cortex-M33 support to Testing platform GorgonMeducer 2019-11-05 14:09:36 +0000
  • 12f9a51f7d CMSIS-DSP: Modified testing environment for M0. Christophe Favergeon 2019-10-29 09:21:06 +0100
  • 98f44f4491 CMSIS-DSP: Added MVE code for Matrix functions. Added test patterns for Matrix functions. Regenerated all tests patterns to improve testing for tails. Corrected issues in pattern generation scripts. Christophe Favergeon 2019-10-22 12:12:22 +0100
  • 07a6ef535d Added arm_abs_q31.c Neon ClaudioMartino 2019-10-22 16:07:51 +0200
  • c19c41d261 CMSIS-DSP: Added a ARM_MATH_FLOAT16 compilation option. It is automatically enabled when MVE support is enabled. Christophe Favergeon 2019-10-21 13:50:41 +0200
  • 2e12da1043 CMSIS-DSP: Corrected compilation warnings More compilation tests done with AC5 Christophe Favergeon 2019-10-18 11:36:26 +0200
  • dc0be10d4e CMSIS-DSP: Corrected compilation warnings More compilation tests done with AC5 Christophe Favergeon 2019-10-18 11:36:26 +0200
  • 8526741f9e CMSIS-DSP: Added Helium versions of Fast Math, Support, SVM, Naive Bayes, Distance and additional Statistics functions. Added a new header of vectorial inline functions for Neon and Helium. This header is used in the implementation of some functions. Corrected used of float (float functions rather than double ones). Christophe Favergeon 2019-10-15 12:30:30 +0100
  • 785edd1039 CMSIS-NN: Implement bit-accurate S8 Softmax (non-DSP) Giorgio Arena 2019-10-11 09:48:25 +0100
  • a9d1c1cb0c CMSIS-NN: Implement concatenation layer - Int8\Uint8 Gian Marco Iodice 2019-10-14 15:38:38 +0100
  • bae42f246c CMSIS-NN: Fixes to cmake build to build library without test framework. Christophe Favergeon 2019-10-14 11:37:59 +0100
  • e54224972f CMSIS-DSP: Fixed compilation issue with AC5 compiler for test framework. Christophe Favergeon 2019-10-14 10:50:29 +0200
  • 5682780f4d CMSIS-DSP: Moved definition of Q31,Q15 and Q7 bounds to arm_math.h Christophe Favergeon 2019-10-14 07:11:06 +0100
  • 6945b74f8a CMSIS-DSP: Added test patterns for Statistics functions. Added MVE code for statistics functions. Improvement to test framework. Christophe Favergeon 2019-10-09 12:21:27 +0100
  • dcf079cb1d CMSIS-DSP: Added Helium support to Complex Math Functions. Added new test patterns for complex math functions. Added new tests to test framework. Improved error handling of test framework. Christophe Favergeon 2019-10-03 12:47:41 +0100
  • 56a540336a CMSIS-DSP: Added Helium support for functions in BasicMaths. Christophe Favergeon 2019-10-01 09:45:50 +0100
  • 2d3a2166d6 CMSIS-DSP: Added more control for MVE compilation flags. Now there are ARM_MATH_MVEF and ARM_MATH_MVEI. Christophe Favergeon 2019-09-27 09:11:00 +0200
  • 0e915a0458 CMSIS-DSP: Added ARM_MATH_AUTOVECTORIZE and AUTOVECTORIZE to cmake Christophe Favergeon 2019-09-26 15:11:29 +0200
  • b6f57a4b9b CMSIS-DSP: Corrected issue in test framework to support experimental configs. Christophe Favergeon 2019-09-26 08:48:51 +0100
  • 3c4824b28f CMSIS-DSP: Corrected wrong table in fft.cmake Christophe Favergeon 2019-09-25 14:20:47 +0200
  • 62bd324b20 CMSIS-DSP: Updated cmake example for arm_variance_example_f32.c Christophe Favergeon 2019-09-25 13:36:29 +0200
  • 84c7261036 CMSIS-DSP: Simplification to cmake to build without test framework. Christophe Favergeon 2019-09-25 11:31:39 +0200
  • 5309ff3334 CMSIS-DSP: Corrected compilation issues with ARM AC5 compiler. Added AC5 support to the test framework. Upgraded gcc support. Christophe Favergeon 2019-09-24 14:05:01 +0200
  • 8ccf6883fa CMSIS-DSP : Disabled some tests which are not passing yet. Christophe Favergeon 2019-09-20 15:46:18 +0200
  • ee13dcb33a CMSIS-DSP : Testing framework improvements Added new tests for cfft. Improved error handling when not enough memory allocated in testmain.cpp Corrected arm_math.h (replaced inline by preprocessor definition). Added example debug script to read pattern and output of tests using scipy. Christophe Favergeon 2019-09-20 13:13:15 +0200
  • 7cab51e3a4 CMSIS-DSP: Added config table to test framework. Christophe Favergeon 2019-09-10 14:56:10 +0200
  • d5bf828234 CMSIS-DSP: Improved sql scripts for testing framework. Christophe Favergeon 2019-09-10 10:51:56 +0200
  • 5019309f9c Line ending normalization Christophe Favergeon 2019-09-09 10:50:22 +0200
  • 4a0aa2ad26 CMSIS-DSP: Added support for Helium. Only arm_dot_prod_f32 is currently providing an Helium implementation. Christophe Favergeon 2019-09-09 09:14:18 +0100
  • 499a9ecb70 CMSIS-DSP: Added support in test framework for ARMv81MML and FVP Christophe Favergeon 2019-09-06 14:43:32 +0100
  • a4d73ce24e update arm_math.h typo fix Chris Knorowski 2019-08-19 12:49:29 -0700
  • cd2d0a7cbc enable building python files for gnulinux Chris Knorowski chris.knorowski@sensiml.com 2019-08-19 12:37:17 -0700
  • 033f5e17de Removed useless vld1q_f32 from arm_correlate_f32 ClaudioMartino 2019-09-04 09:19:01 +0200
  • 799b7aa521 CMSIS-DSP: Added benchmarking code for Transform. Christophe Favergeon 2019-09-04 08:59:31 +0200
  • 5a6f1e2baa CMSIS-NN: Corrected bias type for arm_fully_connected_s8 Christophe Favergeon 2019-09-03 09:40:29 +0200
  • 74d3e2f71a CMSIS-DSP:Added cmakefiles Christophe Favergeon 2019-09-03 07:25:52 +0200