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][Docs] Invert group numbering for ballot groups #12905

Merged
merged 2 commits into from
Mar 7, 2024

Commits on Mar 5, 2024

  1. [SYCL][Docs] Invert group numbering for ballot groups

    The current extension for non-uniform groups state that ballot groups
    are numbered 0 if the predicate was true and 1 if the predicate was
    false. However, the implementation has the inverse numbering. This
    commit changes the extension to make the numbering consistent with the
    implementation, in turn making the group numbering directly convertible
    to a boolean value equal to the corresponding predicate.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d141074 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add line about possibly empty groups

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