Skip to content

Add ProtoSYCL to the CTS#1201

Draft
0x12CC wants to merge 23 commits into
mainfrom
protosycl
Draft

Add ProtoSYCL to the CTS#1201
0x12CC wants to merge 23 commits into
mainfrom
protosycl

Conversation

@0x12CC
Copy link
Copy Markdown
Contributor

@0x12CC 0x12CC commented May 27, 2026

This PR adds support for running CTS tests with ProtoSYCL.

0x12CC added 7 commits May 21, 2026 07:36
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
This reverts commit c80df22.

Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
This was referenced May 27, 2026
0x12CC added 9 commits May 27, 2026 12:00
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
(cherry picked from commit ae44aeb)
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
ENV CXX=clang++

# Build ProtoSYCL.
RUN git clone https://github.com/0x12CC/ProtoSYCL.git && \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is the FetchContent in ‎cmake/FindProtoSYCL.cmake not enough?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The FetchContent will build the compiler and runtime library. The reason I've set it up this way is so that we can select the implementation version in .github/workflows/cts_ci.yml just like for other implementations. It also ensures the SYCL compiler is built before the first target in the CTS. I'm hoping there will be a better way once CMake supports SYCL.

0x12CC added 7 commits June 3, 2026 10:03
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
This reverts commit 4961db7.

Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
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