Skip to content

Commit

Permalink
[SYCL][E2E] Re-enable assert_in_multiple_tus.cpp on Arc (#16482)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
againull authored Dec 26, 2024
1 parent ee6969f commit 7793682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/test-e2e/Assert/assert_in_multiple_tus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// XFAIL: (opencl && gpu)
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/11364

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

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

0 comments on commit 7793682

Please sign in to comment.