[SYCL][E2E] Re-enable tests disabled by issue #22405 - #22987
Open
ldorau wants to merge 1 commit into
Open
Conversation
ldorau
force-pushed
the
SYCLE2E_Re-enable_tests_disabled_by_issue_22405
branch
from
August 21, 2026 09:03
d9439f9 to
8dc9599
Compare
Removes the UNSUPPORTED/UNSUPPORTED-TRACKER directives referencing intel#22405 in the following e2e tests: - Adapters/level_zero/barrier_optimization.cpp - Adapters/level_zero/interop-buffer.cpp - Basic/alloc_pinned_host_memory.cpp - Basic/buffer/buffer_create.cpp - KernelAndProgram/level-zero-static-link-flow.cpp - Properties/cache_config.cpp - SpecConstants/2020/non_native/gpu.cpp - XPTI/mem_alloc_events_linux.cpp - bindless_images/vulkan_interop/vulkan_sycl_buffer_binary_semaphore.cpp CI verification (PR intel#22987): all 9 tests passed on the affected platforms - GEN12, BMG, ARL, and PVC (Linux, Preview Mode included) - confirming the underlying driver issue is resolved. The only exception was vulkan_sycl_buffer_binary_semaphore.cpp on PVC, which was Unsupported due to an unrelated REQUIRES-INTEL-DRIVER minimum version gate on that runner. Fixes: intel#22405 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Contributor
Author
|
Please review @kswiecicki |
dyniols
approved these changes
Aug 21, 2026
Contributor
There was a problem hiding this comment.
Bindless images part LGTM.
vulkan_interop directory has the local lit config that marks all Vulkan interop tests as unsupported on PVC.
Our PVC runners don't have the userspace Vulkan driver installed
https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/bindless_images/vulkan_interop/lit.local.cfg
sergey-semenov
approved these changes
Aug 21, 2026
Contributor
Author
|
Please review @intel/dpcpp-tools-reviewers and/or @intel/unified-runtime-reviewers-level-zero. |
YuriPlyakhin
approved these changes
Aug 21, 2026
YuriPlyakhin
left a comment
Contributor
There was a problem hiding this comment.
sycl/test-e2e/SpecConstants/2020/non_native/gpu.cpp LGTM
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes the UNSUPPORTED/UNSUPPORTED-TRACKER directives referencing
#22405 in the following e2e tests:
CI verification (PR #22987): all 9 tests passed on the affected
platforms - GEN12, BMG, ARL, and PVC (Linux, Preview Mode included) -
confirming the underlying driver issue is resolved. The only
exception was vulkan_sycl_buffer_binary_semaphore.cpp on PVC, which
was Unsupported due to an unrelated REQUIRES-INTEL-DRIVER minimum
version gate on that runner.
Fixes: #22405