Skip to content

Commit 7793682

Browse files
authored
[SYCL][E2E] Re-enable assert_in_multiple_tus.cpp on Arc (#16482)
Test was verified on Arc using the following driver versions: 24.22.29735.20 - fail 24.31.30508.7 - fail 24.39.31294.12 - pass 24.45.31740.9 - pass So, re-enable the test and add the minimal required driver version. Closes #14557
1 parent ee6969f commit 7793682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/Assert/assert_in_multiple_tus.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// XFAIL: (opencl && gpu)
1010
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/11364
1111

12-
// UNSUPPORTED: gpu-intel-dg2
13-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15029
12+
// Test requires at least this version of the Intel GPU driver on Arc.
13+
// REQUIRES-INTEL-DRIVER: lin: 31294
1414

1515
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -I %S/Inputs %S/Inputs/kernels_in_file2.cpp -o %t.out
1616
// RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt %if fpga %{ --check-prefix=CHECK-ACC %}

0 commit comments

Comments
 (0)