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

Test with SYCL in the CI #235

Open
wants to merge 2 commits into
base: stable
Choose a base branch
from

Conversation

masterleinad
Copy link
Contributor

@masterleinad masterleinad commented Jan 30, 2023

Based on top of #234. This pull request makes the icpx test with SYCL.
I also added --output-on-failure to CTest and needed to allow CL/sycl.hpp instead of sycl/sycl.hpp for older oneAPI releases. The header checks needs C++17 but SYCL needs C++17 support anyway.

@masterleinad masterleinad marked this pull request as ready for review January 30, 2023 20:58
#include <sycl/sycl.hpp>
#else
#include <CL/sycl.hpp>
Copy link

Choose a reason for hiding this comment

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

Perhaps this SYCL implementation does not provides this deprecated SYCL 1.2.1 header now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, this one only had the deprecated header. Not quite sure if updating the compiler in the CI is worth it for this pull request.

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.

None yet

2 participants