-
Notifications
You must be signed in to change notification settings - Fork 667
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
Compilation Error #353
Comments
What compile commands are you using? Are you using |
Hi |
If you're using one of my release for SVE, then the 'bench' binary in tests/ should be built by default, as for other fftw3 version. It can be used for testing (in tests/ simply do "make check" or "make bigcheck" or ...) and benchmarking using the -s option, such as "./bench -omeasure -v2 -s ocf2048" which will test an (o)ut-of-place, (c)omplex, (f)forward 2048 pts FFT. |
Hi ,
1)How can we compile the fftw test codes(/home/...../FFTW_SVE/fftw-3.3.10/tests/fftw-bench.c) in the arm directory with sve for
benchmarking.
The text was updated successfully, but these errors were encountered: