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

Check operations in @turbo automatically with can_avx; if failure, switch to @inbounds @fastmath #431

Merged
merged 31 commits into from
Sep 27, 2022

Commits on Sep 18, 2022

  1. Create safe kwarg for @turbo macro

    Currently, this macro does nothing.
    MilesCranmer committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    1f8cb06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e148f5 View commit details
    Browse the repository at this point in the history
  3. Refactor can_avx test

    MilesCranmer committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    7a89027 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3585ec9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec3f6a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02919d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f60c1f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5115351 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40c425a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2dff297 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7136114 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0df1606 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    066e349 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b7b9470 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4c57fde View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bd2fc43 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73f60ab View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    e92949e View commit details
    Browse the repository at this point in the history
  2. Remove edits to Project

    MilesCranmer committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3d399d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    181e10a View commit details
    Browse the repository at this point in the history
  4. Fix call to can_avx

    MilesCranmer committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    809dbf2 View commit details
    Browse the repository at this point in the history
  5. Remove nested testset

    Seems to be breaking imports.
    MilesCranmer committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    da44c74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ef2edc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fddc43 View commit details
    Browse the repository at this point in the history
  8. Clean up test set

    MilesCranmer committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    02a29be View commit details
    Browse the repository at this point in the history
  9. Ping test

    MilesCranmer committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    cbed1d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9568ba9 View commit details
    Browse the repository at this point in the history
  11. Add RetVec2Int for julia <1.6 as Returns()

    Co-authored-by: Chris Elrod <elrodc@gmail.com>
    MilesCranmer and chriselrod committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a93f1ad View commit details
    Browse the repository at this point in the history
  12. Use RetVec2Int() instead of Returns(Vec{2,Int})

    Co-authored-by: Chris Elrod <elrodc@gmail.com>
    MilesCranmer and chriselrod committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e126032 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    ec4f41c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. push functions into prepre

    chriselrod committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4efdb90 View commit details
    Browse the repository at this point in the history