-
Notifications
You must be signed in to change notification settings - Fork 55
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
Commits on May 2, 2021
-
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'! ```
Configuration menu - View commit details
-
Copy full SHA for 3f4a89b - Browse repository at this point
Copy the full SHA 3f4a89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85bef3a - Browse repository at this point
Copy the full SHA 85bef3aView commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f7f2e6f - Browse repository at this point
Copy the full SHA f7f2e6fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 18162c1 - Browse repository at this point
Copy the full SHA 18162c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7534c3 - Browse repository at this point
Copy the full SHA d7534c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82769d6 - Browse repository at this point
Copy the full SHA 82769d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d0570 - Browse repository at this point
Copy the full SHA 23d0570View commit details -
Configuration menu - View commit details
-
Copy full SHA for e508b45 - Browse repository at this point
Copy the full SHA e508b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb86fe8 - Browse repository at this point
Copy the full SHA bb86fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 977cfa5 - Browse repository at this point
Copy the full SHA 977cfa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f2399 - Browse repository at this point
Copy the full SHA b7f2399View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.