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

Cache alignment for serial and parallel FFT and IFFT #245

Merged
merged 25 commits into from
Apr 8, 2021
Merged

Commits on Mar 24, 2021

  1. stash

    jon-chuang committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    268ba1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92e913d View commit details
    Browse the repository at this point in the history
  3. cache local ifft

    jon-chuang committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ea8d40b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c914cc View commit details
    Browse the repository at this point in the history
  5. uncomment tests

    jon-chuang committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c3209e6 View commit details
    Browse the repository at this point in the history
  6. changelog

    jon-chuang committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    17c36fe View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. add comments, changelog

    jon-chuang committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0fa0619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb65472 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Co-authored-by: Pratyush Mishra <[email protected]>
    jon-chuang and Pratyush authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    f943e54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    119c6a1 View commit details
    Browse the repository at this point in the history
  5. fix chunking logic

    jon-chuang committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1db99ac View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. MIN_PROBLEM_SIZE

    jon-chuang committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    0621fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1819930 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8accac2 View commit details
    Browse the repository at this point in the history
  4. cleaner impl

    jon-chuang committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e813c65 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Remove chunking

    jon-chuang committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    5c3ad91 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. step

    jon-chuang committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    670997f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d64759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21d988 View commit details
    Browse the repository at this point in the history
  4. Improve comments

    jon-chuang committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a03c4a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    695ccc8 View commit details
    Browse the repository at this point in the history
  2. Improve comments

    jon-chuang committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8d7ddfb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. minor changes

    jon-chuang committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    84ab1ae View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    62ac380 View commit details
    Browse the repository at this point in the history
  2. fix

    Pratyush authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    27ee1e6 View commit details
    Browse the repository at this point in the history