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] Change vec operators to be friends #12396

Merged
merged 8 commits into from
Feb 8, 2024

Commits on Jan 15, 2024

  1. [SYCL] Change vec operators to be friends

    This commit changes operators for sycl::vec to be defined like they are
    in the SYCL specification, i.e. friend functions instead of members.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    166b625 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Avoid SetValue for different vector types.

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9ba0387 View commit details
    Browse the repository at this point in the history
  2. Disable for HIP

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5e0224d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    2977692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ea6bf View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Break up elses

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4b97841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeeb4ab View commit details
    Browse the repository at this point in the history