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

Ng/neon #40

Merged
merged 5 commits into from
Aug 3, 2024
Merged

Ng/neon #40

merged 5 commits into from
Aug 3, 2024

Conversation

ngama75
Copy link
Contributor

@ngama75 ngama75 commented Aug 2, 2024

Integration of neon intrinsics from https://github.com/cothan/Falcon-Arm for the aarch64 optimized fft with our dynamic precomputed tables generator.

It is not fully integrated yet, but the speed can already be benchmarked on aarch64 machines (spqlios-cplx-fft-bench).

The core fft strategy has been turned into a reusable template that can be used without loss in each specialization: ref, avx, neon (to be tested in future PRs).

Ifft will also be done later.

@ngama75 ngama75 requested review from cothan, ssmiler and mshih-sb August 2, 2024 11:59
@ngama75 ngama75 added the check-on-arm64 Check on arm64 label Aug 3, 2024
@ngama75 ngama75 merged commit 52c2a04 into main Aug 3, 2024
5 checks passed
@ngama75 ngama75 deleted the ng/neon branch August 3, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
check-on-arm64 Check on arm64
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants