Skip to content

[SYCL][Fusion] Remove LLVM include from header #8017

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
Jan 16, 2023

Conversation

sommerlukas
Copy link
Contributor

Remove includes of LLVM headers from the public surface of the JIT compiler (i.e., public headers).

This avoids inheriting warnings from the LLVM codebase, which turn into compilation errors when compiling the SYCL runtime with SYCL_ENABLE_WERROR=ON.

Signed-off-by: Lukas Sommer [email protected]

@sommerlukas
Copy link
Contributor Author

See the discussion here for more background on the issue when compiling with SYCL_ENABLE_WERROR=ON.

@sommerlukas
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1416

@sommerlukas sommerlukas requested a review from bader January 16, 2023 09:36
@sommerlukas sommerlukas temporarily deployed to aws January 16, 2023 09:58 — with GitHub Actions Inactive
Copy link
Contributor

@Naghasan Naghasan left a comment

Choose a reason for hiding this comment

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

LGTM

@sommerlukas sommerlukas temporarily deployed to aws January 16, 2023 16:04 — with GitHub Actions Inactive
@bader bader merged commit ded5db5 into intel:sycl Jan 16, 2023
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