Skip to content

[SYCL][NFC] Use regular accessors for USM reductions, fix incorrect c… #1962

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

Merged
merged 1 commit into from
Jun 24, 2020

Conversation

v-klochkov
Copy link
Contributor

…omments

The patch changes the type of accessors for USM reductions.
Placeholder accessors were used previously. Regular accessors are used now.

Also, the patch fixes few inaccurate or wrong comment sections.

Signed-off-by: Vyacheslav N Klochkov [email protected]

…omments

The patch changes the type of accessors for USM reductions.
Placeholder accessors were used previously. Regular accessors are used now.

Also, the patch fixes few inaccurate or wrong comment sections.

Signed-off-by: Vyacheslav N Klochkov <[email protected]>
@v-klochkov v-klochkov requested a review from a team as a code owner June 23, 2020 21:52
@v-klochkov v-klochkov requested a review from alexbatashev June 23, 2020 21:52
Copy link
Contributor

@alexbatashev alexbatashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bader bader merged commit 8a8ea32 into intel:sycl Jun 24, 2020
@v-klochkov v-klochkov deleted the public_vklochkov_reduction_nfc branch June 24, 2020 18:08
againull pushed a commit to againull/llvm that referenced this pull request May 4, 2023
According OpenCL spec, the relationals builtin function shall return a '1' if the specified relation is true for scalar argument types. The functions shall return a '-1' (i.e. all bits set) if the specified relation is true for vector argument types.

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@48882db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants