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

Fixed bug in queue test: sizeof(int) was used even if T!=int. #853

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

JackAKirk
Copy link
Contributor

Fixed a bug where sizeof(int) was used even if T!=int, which meant char and fp16 cases failed. Now all queue tests pass for the CUDA backend.

@JackAKirk JackAKirk requested a review from a team as a code owner January 11, 2024 17:36
@bader bader added the help wanted Extra attention is needed label Jan 11, 2024
Copy link
Contributor

@bader bader left a comment

Choose a reason for hiding this comment

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

Except formatting issues, this change looks good to me.

@bader bader requested a review from a team January 11, 2024 17:41
Signed-off-by: JackAKirk <[email protected]>
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.

Good catch!

@bader bader merged commit 4eee36e into KhronosGroup:SYCL-2020 Jan 17, 2024
8 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