Skip to content

Commit 47cba95

Browse files
committed
Reenable tests on DG2
1 parent 656b8be commit 47cba95

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sycl/test-e2e/ESIMD/lsc/local_accessor_atomic_smoke_cmpxchg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// This test checks local accessor cmpxchg atomic operations.
99
//===----------------------------------------------------------------------===//
10-
// REQUIRES: gpu-intel-pvc
10+
// REQUIRES: gpu-intel-pvc || gpu-intel-dg2
1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out
1313
//

sycl/test-e2e/ESIMD/lsc/local_accessor_atomic_smoke_cmpxchg_scalar_off.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// This test checks local accessor cmpxchg atomic operations with scalar offset.
99
//===----------------------------------------------------------------------===//
10-
// REQUIRES: gpu-intel-pvc
10+
// REQUIRES: gpu-intel-pvc || gpu-intel-dg2
1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out
1313
//

sycl/test-e2e/ESIMD/lsc/lsc_slm_atomic_cmpxchg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// This test checks LSC SLM atomic operations.
99
//===----------------------------------------------------------------------===//
10-
// REQUIRES: gpu-intel-pvc
10+
// REQUIRES: gpu-intel-pvc || gpu-intel-dg2
1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out
1313

sycl/test-e2e/ESIMD/lsc/lsc_slm_atomic_smoke.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// This test checks LSC SLM atomic operations.
99
//===----------------------------------------------------------------------===//
10-
// REQUIRES: gpu-intel-pvc
10+
// REQUIRES: gpu-intel-pvc || gpu-intel-dg2
1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out
1313

0 commit comments

Comments
 (0)