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] Fix undefined behaviour in vector printf specifier #8855

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

frasercrmck
Copy link
Contributor

The use of %v vector specifiers requires a length modifier as per OpenCL specification.

The use of `%v` vector specifiers requires a length modifier as per
OpenCL specification.
@frasercrmck frasercrmck requested a review from a team as a code owner March 29, 2023 12:13
@frasercrmck
Copy link
Contributor Author

A mirror of intel/llvm-test-suite#1684 in the old repo

@frasercrmck frasercrmck temporarily deployed to aws March 29, 2023 12:43 — with GitHub Actions Inactive
@frasercrmck frasercrmck temporarily deployed to aws March 29, 2023 13:24 — with GitHub Actions Inactive
Copy link
Contributor

@bso-intel bso-intel 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 d190de6 into intel:sycl Mar 31, 2023
@frasercrmck frasercrmck deleted the fix-vector-printf-specifier branch April 10, 2023 09:44
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