Skip to content

[SYCL] Fix bugs in PI Mock #6852

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

Conversation

romanovvlad
Copy link
Contributor

No description provided.

@romanovvlad romanovvlad requested a review from a team as a code owner September 22, 2022 16:14
Copy link
Contributor

@sergey-semenov sergey-semenov left a comment

Choose a reason for hiding this comment

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

The changes LGTM. I don't think these really count as typos though, so renaming the PR might be a good idea.

@romanovvlad romanovvlad changed the title [SYCL] Fix typos in PI Mock [SYCL] Fix bugs in PI Mock Sep 22, 2022
Copy link
Contributor

@steffenlarsen steffenlarsen left a comment

Choose a reason for hiding this comment

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

Looks good, thanks! 😄

@steffenlarsen steffenlarsen merged commit c81f957 into intel:sycl Sep 23, 2022
steffenlarsen added a commit to steffenlarsen/llvm that referenced this pull request Sep 23, 2022
intel#6852 incidentally used a
non-constexpr solution for determining the size of a string, which
causes failures in select build configurations. This commit amends this
by using sizeof on a static array of characters instead of std::strlen.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen
Copy link
Contributor

Post-commit failures should be fixed with #6866.

romanovvlad pushed a commit that referenced this pull request Sep 23, 2022
#6852 incidentally used a
non-constexpr solution for determining the size of a string, which
causes failures in select build configurations. This commit amends this
by using sizeof on a static array of characters instead of std::strlen.

Signed-off-by: Larsen, Steffen <[email protected]>
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