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

Fix sub_group_mask_constructors #819

Merged
merged 3 commits into from
Nov 4, 2023

Conversation

KornevNikita
Copy link
Contributor

@KornevNikita KornevNikita commented Oct 20, 2023

&value + shift is invalid.

It's assumed to get the address of &value + (N = shift) bytes.
But we're actually getting &value + sizeof(value) * shift and running out of buffer.

@KornevNikita KornevNikita requested a review from a team as a code owner October 20, 2023 11:58
@bader bader added the help wanted Extra attention is needed label Oct 20, 2023
@KornevNikita
Copy link
Contributor Author

@keryell @ProGTX could you please take a look?

Copy link
Member

@keryell keryell left a comment

Choose a reason for hiding this comment

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

Thanks.

Co-authored-by: Ronan Keryell <ronan.keryell@amd.com>
@bader bader merged commit 5febc56 into KhronosGroup:SYCL-2020 Nov 4, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants