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

Pack __parallel_for and etc. calls into __internal::__except_handler #1458

Merged
merged 30 commits into from
Mar 21, 2024

Commits on Mar 20, 2024

  1. Pack __parallel_copy_if calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    732a54a View commit details
    Browse the repository at this point in the history
  2. Pack __parallel_find calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    578b104 View commit details
    Browse the repository at this point in the history
  3. Pack __parallel_find_or calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0e2db3c View commit details
    Browse the repository at this point in the history
  4. Pack __parallel_for calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    012dcf4 View commit details
    Browse the repository at this point in the history
  5. Pack __parallel_merge calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0d4e36f View commit details
    Browse the repository at this point in the history
  6. Pack __parallel_or calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ddeb81b View commit details
    Browse the repository at this point in the history
  7. Pack __parallel_partial_sort calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ab6baba View commit details
    Browse the repository at this point in the history
  8. Pack __parallel_scan_copy calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4b224c2 View commit details
    Browse the repository at this point in the history
  9. Pack __parallel_set_op calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3fb4155 View commit details
    Browse the repository at this point in the history
  10. Pack __parallel_set_union_op calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    29949dd View commit details
    Browse the repository at this point in the history
  11. Pack __parallel_stable_sort calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fb8231d View commit details
    Browse the repository at this point in the history
  12. Pack __parallel_transform_reduce calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9fba93f View commit details
    Browse the repository at this point in the history
  13. Pack __parallel_transform_scan calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    53031d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d2f5362 View commit details
    Browse the repository at this point in the history
  15. Pack __pattern_fill_async calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cac7725 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bee2aed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3938c73 View commit details
    Browse the repository at this point in the history
  18. Pack __pattern_walk1_async calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    690591b View commit details
    Browse the repository at this point in the history
  19. Pack __pattern_walk2_async calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3602c78 View commit details
    Browse the repository at this point in the history
  20. Pack __pattern_walk2_brick_async calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e7b7c77 View commit details
    Browse the repository at this point in the history
  21. Pack __pattern_walk3_async calls into __except_handler

    Sergey Kopienko committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6471a42 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Apply GitHUB clang format

    Sergey Kopienko committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    35fec88 View commit details
    Browse the repository at this point in the history
  2. Directly return result from __except_handler without temporary local …

    …variables
    Sergey Kopienko committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3c14b3f View commit details
    Browse the repository at this point in the history
  3. include/oneapi/dpl/pstl/hetero/algorithm_ranges_impl_hetero.h - fix s…

    …pelling check error
    Sergey Kopienko committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    41819d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    237419b View commit details
    Browse the repository at this point in the history
  5. include/oneapi/dpl/pstl/hetero/numeric_impl_hetero.h - fix review com…

    …ment: we shouldn't use __except_handler process any exceptions in the files inside include/oneapi/dpl/pstl/hetero folder
    Sergey Kopienko committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9e28c6c View commit details
    Browse the repository at this point in the history
  6. include/oneapi/dpl/pstl/hetero/algorithm_ranges_impl_hetero.h - fix s…

    …pelling check error
    Sergey Kopienko committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d420aa9 View commit details
    Browse the repository at this point in the history
  7. include/oneapi/dpl/pstl/hetero/algorithm_impl_hetero.h - fix spelling…

    … check error
    Sergey Kopienko committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    77020ee View commit details
    Browse the repository at this point in the history
  8. include/oneapi/dpl/internal/async_impl/glue_async_impl.h - fix review…

    … comments: I believe we dont need usage of __internal::__except_handler in this file.
    Sergey Kopienko committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    858d369 View commit details
    Browse the repository at this point in the history
  9. include/oneapi/dpl/internal/binary_search_impl.h - fix review comment…

    …s: I believe we dont need usage of __internal::__except_handler in this file.
    Sergey Kopienko committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e35db5d View commit details
    Browse the repository at this point in the history