Skip to content

Commit 5e4fc70

Browse files
authored
[SYCL][ESIMD][E2E] Fix group barrier test driver check (#15635)
This version is available in a new public released driver and it still fails, I double checked the required version and it was wrong, so fix it. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent fd7c5ee commit 5e4fc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/ESIMD/group_barrier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===-----------------------------------------------------------===//
88
// REQUIRES: arch-intel_gpu_pvc || gpu-intel-dg2
9-
// REQUIRES-INTEL-DRIVER: lin: 30751
9+
// REQUIRES-INTEL-DRIVER: lin: 31155
1010

1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)