Skip to content

[UR][Graph] command-buffer unsupported OpenCL CTS tests #18183

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
Apr 25, 2025

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Apr 24, 2025

There are currently limitations on what commands can be added to a SYCL-Graph that we document in the design doc and mark as unsupported in Graph E2E tests.

However, we never marked the equivalent UR command-buffer commands as unsupported in the CTS, so they will currently fail when testing against an OpenCL backend with support for the extension. Address this by marking CTS tests which use these commands as unsupported.

Note that this will conflict with #18177 in that some CTS tests can be re-enabled, but I can resolve that based on whatever merges first.

There are currently limitations on what commands can be added to
a SYCL-Graph that we document in the [design doc](https://github.com/intel/llvm/blob/sycl/sycl/doc/design/CommandGraph.md#opencl)
and mark as unsupported in Graph E2E tests.

However, we never marked the equivalent UR command-buffer commands as
unsupported in the CTS, so they will currently fail when testing against
an OpenCL backend with support for the extension. Address this by
marking CTS tests which use these commands as unsupported.
@EwanC EwanC requested a review from a team as a code owner April 24, 2025 16:11
@EwanC EwanC requested a review from Bensuo April 24, 2025 16:11
@EwanC
Copy link
Contributor Author

EwanC commented Apr 25, 2025

@intel/llvm-gatekeepers This is good to merge, thanks

@steffenlarsen steffenlarsen merged commit 35a49b6 into intel:sycl Apr 25, 2025
16 checks passed
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