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] Support shuffle algorithms for non-uniform groups #12705

Merged

Commits on Feb 13, 2024

  1. [SYCL] Support shuffle algorithms for non-uniform groups

    This commit makes the non-uniform group classes support the shift and
    select algorithms.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1ab5aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c200351 View commit details
    Browse the repository at this point in the history
  3. Remove rogue merge conflict resolution mistake

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

Commits on Feb 14, 2024

  1. Fix merge mistake and address comments

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    37fbb8c View commit details
    Browse the repository at this point in the history
  2. Change to pick same item on over/underflow.

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

Commits on Feb 15, 2024

  1. Fix CUDA consolidation mistake and shift right checks

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cd01dd1 View commit details
    Browse the repository at this point in the history
  2. Split shuffles in ballot control-flows.

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a6eb06d View commit details
    Browse the repository at this point in the history
  3. Revert "Split shuffles in ballot control-flows."

    This reverts commit a6eb06d.
    steffenlarsen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    053ba1d View commit details
    Browse the repository at this point in the history
  4. Attempt to address CUDA failure

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

Commits on Feb 16, 2024

  1. Revert "Attempt to address CUDA failure"

    This reverts commit 033d589.
    steffenlarsen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a0acd9d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Disable for CUDA temporarily

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

Commits on Mar 1, 2024

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

Commits on Mar 5, 2024

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

Commits on Mar 14, 2024

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