Skip to content

Commit f125616

Browse files
authored
[SYCL][E2E] Remove DG2 XFAIL from discard_events_check_images.cpp (#16720)
It was failing on DG2 consistently in CI here but not internally, and I found the problem was an old kernel driver and the fix was only available in the new upstream driver in kernel 6.x, so I updated the Arc runner to 24.04 and [now](https://github.com/intel/llvm/actions/runs/12890654015/job/35943608796) it's XPASSING I cancelled precommit testing as this change will only be hit in postcommit testing. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 6368483 commit f125616

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/test-e2e/DiscardEvents/discard_events_check_images.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// UNSUPPORTED: hip
22
// REQUIRES: aspect-ext_intel_legacy_image
33
//
4-
// XFAIL: linux && gpu-intel-dg2
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15812
6-
//
74
// RUN: %{build} -o %t.out
85
//
96
// RUN: %{run} %t.out image

0 commit comments

Comments
 (0)