You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lbushi25
changed the title
[SYCL] Re-enable copy_subregion_2D.cpp for Windows MTL
[SYCL] Remove UNSUPPORTED in copy_subregion_2D.cpp for Windows MTL
Aug 18, 2026
@lbushi25 I should have describe the failure better, my bad. I meant L0 because you're right that we don't support OpenCL for bindless backend. However the idea was to provide compute runtime version on which it started to fail.
Since test passes with new driver we can re-enable it.
@lbushi25 I should have describe the failure better, my bad. I meant L0 because you're right that we don't support OpenCL for bindless backend. However the idea was to provide compute runtime version on which it started to fail.
Since test passes with new driver we can re-enable it.
I see. Yeah I tested Level Zero as well just for good measure and it reported no failures.
I checked CI and couldn't find an MTL runner. @sarnex Do you know if we have MTL runner so we could modify pre-commit on windows just in this PR to test if re-enabled test doesn't fail on arch-intel_gpu_mtl_h?
The ARL runner shows up in sycl-ls as intel_gpu_mtl_u, but I don't know which is true. So we definitely don't have a intel_gpu_mtl_h runner so IMO we can just merge it
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
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.
The test
copy_subregion_2D.cpppasses on Level Zero with the latest drivers so remove the UNSUPPORTED for Windows + MTL configuration.Closes: #21380