-
Notifications
You must be signed in to change notification settings - Fork 8
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
Override FFT3W... **** FAILED **** #1
Comments
gpu_fftw - Version 0.1.3-2-g3380 GPU FFT forward/reverse error = 0.140472ppm (nrms error) Override FFT3W... **** FAILED **** |
Same problem. I tried substituting armv7 for armv6 (and armv7l for armv6l) in the makefile but that didn't help (wouldn't compile - 'target CPU does not support ARM mode') It looks to me that when running on an armv7, when compiled for armv6, the code is falling back to fftw3 mode which is why the runtimes are about the same for both calls. gcc -march=armv7 -mfloat-abi=hard -mfpu=vfp -O3 -ffast-math -pipe -mtune=arm1176jzf-s -fstack-protector --param=ssp-buffer-size=4 -std=c99 |
there appears to be two problems.
|
I am not interested in this anymore. I am using classical fftw. Can we close this ? |
Hi CharlieAt, I'm trying to get this working on a pi zero. What are the changes you made? |
Hi Dobbley2, copy the current hello_fft (/opt/vc/src/hello_pi/hello_fft/) over the hello_fft in the project. |
Is there a solution to this for the pi 3B? Attempting to run fftw in real-time with minimal delay and this may be the key! Thanks |
I run it in RPi 3, how to solve this:
The text was updated successfully, but these errors were encountered: