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][E2E] Fix abs ambiguities ahead of changes to builtins #10208

Merged
merged 5 commits into from
Jul 11, 2023

Conversation

steffenlarsen
Copy link
Contributor

Upcoming changes to SYCL builtins will cause code using namespace sycl implicitly to be ambiguous when using certain builtins that are available in the global scope already. This commit changes uses of abs to be namespace qualified to avoid them breaking with future builtin changes.

Upcoming changes to SYCL builtins will cause code using namespace sycl
implicitly to be ambiguous when using certain builtins that are
available in the global scope already. This commit changes uses of `abs`
to be namespace qualified to avoid them breaking with future builtin
changes.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested review from a team as code owners July 5, 2023 12:08
@steffenlarsen steffenlarsen temporarily deployed to aws July 5, 2023 12:08 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws July 5, 2023 12:42 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws July 5, 2023 13:11 — with GitHub Actions Inactive
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen temporarily deployed to aws July 5, 2023 13:36 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws July 5, 2023 14:10 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws July 6, 2023 06:14 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws July 6, 2023 06:53 — with GitHub Actions Inactive
Copy link
Contributor

@turinevgeny turinevgeny left a comment

Choose a reason for hiding this comment

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

ESIMD files LGTM.

@steffenlarsen steffenlarsen temporarily deployed to aws July 11, 2023 15:00 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws July 11, 2023 15:38 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen merged commit 3fea807 into intel:sycl Jul 11, 2023
14 checks passed
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.

4 participants