-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
plan_fft is not serializable #45406
Labels
parallelism
Parallel or distributed computation
Comments
Without FFTW but with an anoymous function, works good
With FFTW without anoymous function, works good too
With FFTW and anoymous function, same error again
|
vtjnash
changed the title
pmap went run when use with plan_fft operator
plan_fft is not serializable
May 21, 2022
Issue seems to be with FFTW not doing error checking on a pointer before using it (JuliaMath/FFTW.jl#243) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version info:
Code to reproduce:
Error message:
The text was updated successfully, but these errors were encountered: