You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies for creating a duplicate. The only reason why I am using MKL is because I get segfaults with FFTW (issue #236)--otherwise I am a huge fan of FFTW, thanks for implementing it!
Hi everyone,
certain ffts with the MKL package throw error messages. The minimum working example is:
Restart Julia
which throws this error message:
I am using Julia 1.8.1 and FFTW v1.5.0.
The error occurs both with 32 and 64 bit floats. It does not occur, if I perform the FFT, e.g., over the dimensions
2:ndims(x)
.Thanks for your help!
The text was updated successfully, but these errors were encountered: