[SYCL] Remove UNSUPPORTED
tags for 3 E2E tests
#20021
Merged
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.
These tests have been reported to be failing in #17305, but they are actually passing with the latest version of GPU driver
25.31.34666.3
. The previous failure is most likely caused by running these tests on an older version of GPU driver (namely25.05.32567.17
) which doesn't support ptl -- as you can see in the error output section on that GitHub issue page, the error message is "Build failed for : ptl-h-a0 with error code: -11". Therefore, creating this PR to remove theUNSUPPORTED
tags for these 3 E2E tests.