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] Do not use entire sycl/sycl.hpp in small tests #17027

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

lbushi25
Copy link
Contributor

@lbushi25 lbushi25 commented Feb 14, 2025

Do not include entire <sycl/sycl.hpp> in sycl/test/extensions/DeviceImageBackendContent/negative_test.cpp
Use more fine-grained includes instead. For E2E tests, this is a matter of performance, but in this case including all the SYCL headers can go as far as causing compilation issues in environments that require c++20 but whose gcc does not fully implement c++20 features.

@lbushi25 lbushi25 requested a review from a team as a code owner February 14, 2025 20:58
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.

2 participants