Skip to content

[SYCL] Disable double underscore AS keywords #358

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
merged 1 commit into from
Jul 23, 2019

Conversation

alexbatashev
Copy link
Contributor

@alexbatashev alexbatashev commented Jul 22, 2019

__global is used in libc++ preventing usage of this library
with SYCL apps. This patch disables double underscore AS keywords
recognition in SYCL.

Fixes #186.

__global is used in libc++ preventing usage of this library
with SYCL apps. This patch disables double underscore AS keywords
recognition in SYCL.

Signed-off-by: Alexander Batashev <alexander.batashev@intel.com>
@alexbatashev alexbatashev requested a review from bader July 22, 2019 12:28
@bader bader merged commit 2e70ea9 into intel:sycl Jul 23, 2019
@alexbatashev alexbatashev deleted the private/abatashe/libcxx3 branch July 23, 2019 08:17
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.

ICE when using libcxx
2 participants