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][Graph] Skip prefetch/memadvise opencl tests #12435

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Jan 18, 2024

In #11474 it was noted in the documentation that the prefetch and memadvise handler methods were not supported as graph nodes on the OpenCL command-buffer backend.

However, we never disabled the E2E tests for this target, which wasn't picked up by CI, as CI doesn't use the command-buffer extension in its OpenCL config. This PR corrects this oversight by marking the tests as unsupported for OpenCL.

In intel#11474 it was noted
in the documentation that the `prefetch` and `memadvise`
handler methods were not supported as graph nodes on the
OpenCL command-buffer backend.

However, we never disabled the E2E tests for this target,
which wasn't picked up by CI, as CI doesn't use the
command-buffer extension in its OpenCL config. Correct this
oversight.
@EwanC EwanC requested a review from a team as a code owner January 18, 2024 14:40
@EwanC
Copy link
Contributor Author

EwanC commented Jan 19, 2024

tagging @intel/llvm-gatekeepers

@ldrumm ldrumm merged commit 6501156 into intel:sycl Jan 19, 2024
12 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