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

Fix for revertation from "mkl" to "fftw" #201

Merged
merged 11 commits into from
May 3, 2021
Merged

Fix for revertation from "mkl" to "fftw" #201

merged 11 commits into from
May 3, 2021

Conversation

N5N3
Copy link
Contributor

@N5N3 N5N3 commented May 2, 2021

Without force = true, the revertation from "mkl" to "fftw" won't work.

ERROR: ArgumentError: Cannot set preference 'provider' to 'fftw' for FFTW in C:\Users\XXX\.julia\environments\v1.6\LocalPreferences.toml: preference already set to 'mkl'!

N5N3 added 7 commits May 2, 2021 13:36
With out `force = true`, the revertation from "mkl" to "fftw" won't work.
```julia
ERROR: ArgumentError: Cannot set preference 'provider' to 'fftw' for FFTW in C:\Users\XXX\.julia\environments\v1.6\LocalPreferences.toml: preference already set to 'mkl'!
```
omit alignment check for mkl
MKL's FFTW3 wrapper don't support multidimension vector fft (ndims(x) must <= length(region) + 1).
This file implent a walk plan to support more multidimension fft.
@N5N3 N5N3 closed this May 3, 2021
@N5N3 N5N3 reopened this May 3, 2021
@stevengj stevengj merged commit 9c45eb7 into JuliaMath:master May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants