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

[SYCL] Make SYCL math functions overloads instead of templates #9753

Merged
merged 19 commits into from
Jun 29, 2023

Commits on Jun 6, 2023

  1. [SYCL] Make SYCL math functions overloads instead of templates

    It was decided to change all built-in functions from templates to
    overloads. This patch changes non-marray part of "4.17.5. Math
    functions".
    
    Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
    KornevNikita and steffenlarsen committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0c64b20 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    0f0d4cd View commit details
    Browse the repository at this point in the history
  2. Fix macros naming

    KornevNikita committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e356b68 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    9690a5a View commit details
    Browse the repository at this point in the history
  2. Fix some test failures

    KornevNikita committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1d077b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Revert "Temporarily disable esimd/math_impl.cpp"

    This reverts commit 0f0d4cd.
    KornevNikita committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1541d27 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Fix some tests

    KornevNikita committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    adc590e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d322dc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    849f7c4 View commit details
    Browse the repository at this point in the history
  2. Fix Windows check-sycl

    KornevNikita committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    abb6c29 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Fix Windows e2e

    KornevNikita committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    16878ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b61647c View commit details
    Browse the repository at this point in the history
  3. Format

    KornevNikita committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    627ebe1 View commit details
    Browse the repository at this point in the history
  4. Format

    KornevNikita committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7820361 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    911264b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Remove TODOs

    KornevNikita committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    49ec80d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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