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

Simd sort #6326

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Simd sort #6326

wants to merge 19 commits into from

Commits on Oct 19, 2023

  1. pulls simd sort

    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a2a7930 View commit details
    Browse the repository at this point in the history
  2. cmake format

    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fb85580 View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    Co-authored-by: Hartmut Kaiser <[email protected]>
    Johan511 and hkaiser committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fd13408 View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    Co-authored-by: Hartmut Kaiser <[email protected]>
    Johan511 and hkaiser committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8c88a48 View commit details
    Browse the repository at this point in the history
  5. Update cmake/HPX_SetupSimdSort.cmake

    Co-authored-by: Hartmut Kaiser <[email protected]>
    Johan511 and hkaiser committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    66835a0 View commit details
    Browse the repository at this point in the history
  6. Update cmake/HPX_SetupSimdSort.cmake

    Co-authored-by: Hartmut Kaiser <[email protected]>
    Johan511 and hkaiser committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4b199bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82d1537 View commit details
    Browse the repository at this point in the history
  8. simd sort

    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    058d428 View commit details
    Browse the repository at this point in the history
  9. fixed inspect errors

    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1f92c0f View commit details
    Browse the repository at this point in the history
  10. fixed missing header

    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    07f9d20 View commit details
    Browse the repository at this point in the history
  11. examples throwing linker error

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4e315b9 View commit details
    Browse the repository at this point in the history
  12. added compile definitions for simd sort

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2ef7872 View commit details
    Browse the repository at this point in the history
  13. integrated simd sort

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f158dda View commit details
    Browse the repository at this point in the history
  14. added missing config file

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9493bce View commit details
    Browse the repository at this point in the history
  15. fixed typo

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3db90f7 View commit details
    Browse the repository at this point in the history
  16. fixing unused param error

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    42562a0 View commit details
    Browse the repository at this point in the history
  17. changed native arch to avx512f

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4768761 View commit details
    Browse the repository at this point in the history
  18. better diagnostic

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    25534b3 View commit details
    Browse the repository at this point in the history
  19. return 0 added

    Signed-off-by: Hari Hara Naveen S <[email protected]>
    Johan511 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1c18b4a View commit details
    Browse the repository at this point in the history