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

Commits on May 2, 2021

  1. Fix for revertation to "fftw"

    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'!
    ```
    N5N3 authored May 2, 2021
    Configuration menu
    Copy the full SHA
    3f4a89b View commit details
    Browse the repository at this point in the history
  2. make UNALIGNED on for MKL

    N5N3 authored May 2, 2021
    Configuration menu
    Copy the full SHA
    85bef3a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Update fft.jl

    omit alignment check for mkl
    N5N3 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    f7f2e6f View commit details
    Browse the repository at this point in the history
  2. Create mkl_walkplan.jl

    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 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    18162c1 View commit details
    Browse the repository at this point in the history
  3. Update FFTW.jl

    N5N3 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    d7534c3 View commit details
    Browse the repository at this point in the history
  4. Update mkl_walkplan.jl

    N5N3 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    82769d6 View commit details
    Browse the repository at this point in the history
  5. Update mkl_walkplan.jl

    N5N3 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    23d0570 View commit details
    Browse the repository at this point in the history
  6. Update FFTW.jl

    N5N3 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    e508b45 View commit details
    Browse the repository at this point in the history
  7. Update fft.jl

    N5N3 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    bb86fe8 View commit details
    Browse the repository at this point in the history
  8. Delete mkl_walkplan.jl

    N5N3 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    977cfa5 View commit details
    Browse the repository at this point in the history
  9. Update fft.jl

    N5N3 authored May 3, 2021
    Configuration menu
    Copy the full SHA
    b7f2399 View commit details
    Browse the repository at this point in the history