Test with SYCL in the CI - #235
Open
masterleinad wants to merge 4 commits into
Open
Conversation
masterleinad
force-pushed
the
test_sycl_ci
branch
from
January 30, 2023 20:56
6ca96a1 to
5c448fb
Compare
masterleinad
marked this pull request as ready for review
January 30, 2023 20:58
keryell
reviewed
May 17, 2023
masterleinad
force-pushed
the
test_sycl_ci
branch
4 times, most recently
from
October 6, 2025 13:41
ef1419a to
0b9a525
Compare
nmm0
approved these changes
Oct 6, 2025
masterleinad
force-pushed
the
test_sycl_ci
branch
from
December 11, 2025 19:48
32aca0c to
7d62aa3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on top of #234. This pull request makes the
icpxtest withSYCL.I also added
--output-on-failuretoCTestand needed to allowCL/sycl.hppinstead ofsycl/sycl.hppfor olderoneAPIreleases. The header checks needsC++17butSYCLneeds C++17 support anyway.