Skip to content

Commit

Permalink
[SYCL][ESIMD][E2E] Fix group barrier test driver check (#15635)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sarnex authored Oct 9, 2024
1 parent fd7c5ee commit 5e4fc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/ESIMD/group_barrier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===-----------------------------------------------------------===//
// REQUIRES: arch-intel_gpu_pvc || gpu-intel-dg2
// REQUIRES-INTEL-DRIVER: lin: 30751
// REQUIRES-INTEL-DRIVER: lin: 31155

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down

0 comments on commit 5e4fc70

Please sign in to comment.