Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ne10 FFTs for Neon #219

Merged
merged 43 commits into from
Dec 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
19531d5
Fixes for testing Neon
christophe0606 Oct 1, 2024
f570d6d
Integrated CFFT F32 of Ne10 for Neon version of the CFFT.
christophe0606 Oct 3, 2024
e2ed162
Some cleaning to Ne10 header used in Neon CFFT.
christophe0606 Oct 3, 2024
f5f5061
Added Neon RFFT - initialization not yet implemented
christophe0606 Oct 8, 2024
078ac55
First working version of RFFT Neon (tested on RFFT 32 only so far)
christophe0606 Oct 9, 2024
69ce3dd
Added other lengths for RFFT Neon.
christophe0606 Oct 9, 2024
b07470f
Added RIFFT Neon F32
christophe0606 Oct 10, 2024
0db81f6
Added documentation for Neon API of CFFT and RFFT F32 that are differ…
christophe0606 Oct 10, 2024
7241cda
Updated MFCC F32 Neon version.
christophe0606 Oct 11, 2024
4f59953
Improved doxygen documentation for new Neon API (RFFT, CFFT, MFCC F32)
christophe0606 Oct 11, 2024
e92a5d7
Added CFTT Q31 Neon
christophe0606 Oct 15, 2024
e9316ac
Added RFFT Q31 Neon.
christophe0606 Oct 17, 2024
30098a4
Updated tests for RFTT, CFFT, MFCC Q31 Neon
christophe0606 Oct 17, 2024
8a105b4
Added Q15 Neon implementations for CFFT, RFFT, MFCC.
christophe0606 Oct 25, 2024
e7b3396
Changed API for Neon CFFT and RFFT F32. Input buffer is const and not…
christophe0606 Oct 25, 2024
1cc49ec
Improved doxygen documentation
christophe0606 Oct 25, 2024
47d568d
Update doxygen for Neon version of transforms.
christophe0606 Oct 25, 2024
dae08f4
Doxygen update for Neon version of cfft q31 and q15
christophe0606 Oct 25, 2024
76e6c32
Corrected doxygen
christophe0606 Oct 25, 2024
7d04f56
Added CFFT, RFFT, MFCC Neon for f16.
christophe0606 Oct 30, 2024
f3cc725
Corrected RFFT F16 neon
christophe0606 Oct 31, 2024
dd8ec7d
Corrected f16 tests
christophe0606 Oct 31, 2024
ea8723a
Don't build RFFT F16 neon when HW not supporting it
christophe0606 Nov 7, 2024
c041a25
Corrected F16 tests for Neon and Cortex-A
christophe0606 Nov 7, 2024
2fdbbbf
Added dynamic init for CFFT F32 Neon version
christophe0606 Nov 13, 2024
2ecb108
Added dynamic init for CFFT Q31 Neon
christophe0606 Nov 13, 2024
67f1b52
Added dynamic CFFT Q15 and F16 for Neon
christophe0606 Nov 13, 2024
b9db487
Improved doxygen for Neon init functions
christophe0606 Nov 13, 2024
44ecc31
Correct doxygen issues with init functions for Neon CFFT
christophe0606 Nov 13, 2024
95ba6e6
Added dynamic RFFT F32 for Neon
christophe0606 Nov 14, 2024
1775adb
Added dynamic Neon RFFT Q31 and Q15
christophe0606 Nov 15, 2024
128ace2
Added dynamic RFFT F16 for Neon
christophe0606 Nov 15, 2024
213c815
For cmake build of tests, added option to disable autovectorization
christophe0606 Nov 18, 2024
d001e1d
Improved perf of CFFT F16 Neon
christophe0606 Nov 19, 2024
a1441c6
Added some support for complex Neon instructions for tests.
christophe0606 Dec 2, 2024
9eec50a
Added radix 3 and 5 for Neon implementation of CFFT F32 and F16.
christophe0606 Dec 3, 2024
f9e98ab
Added radix 3 and 5 for Neon CFFT Q31
christophe0606 Dec 4, 2024
9b8e3ef
Added tests for Neon specific implementations of the FFTs
christophe0606 Dec 5, 2024
d24c98f
Corrected test thresholds for Neon.
christophe0606 Dec 5, 2024
c045007
Tuned test thresholds
christophe0606 Dec 6, 2024
4d3e915
Corrected tests causing problems when building with gcc.
christophe0606 Dec 6, 2024
f91cb53
Improved doxygen for FFTs
christophe0606 Dec 6, 2024
e49e650
Improved doxygen documentation for FFTs.
christophe0606 Dec 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Corrected RFFT F16 neon
christophe0606 committed Dec 6, 2024
commit f3cc72507bae82a6d9e7227a6433d156a0a2d1a5
Loading