Skip to content

Commit 17ab095

Browse files
authored
[SYCL][ESIMD][E2E] Enable some LSC tests on DG2 (intel#12181)
These are tests that pass on DG2 Linux and Windows with no changes. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 7ed894a commit 17ab095

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

sycl/test-e2e/ESIMD/lsc/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 compare-and-exchange 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/atomic_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 LSC compare-and-exchange 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/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 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/atomic_smoke_64.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 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/atomic_smoke_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 LSC 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.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 atomic operations.
99
//===----------------------------------------------------------------------===//
10-
// REQUIRES: gpu-intel-pvc
10+
// REQUIRES: gpu-intel-pvc || gpu-intel-dg2
1111
// REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.4576
1212
// RUN: %{build} -o %t.out
1313
// RUN: %{run} %t.out

sycl/test-e2e/ESIMD/lsc/local_accessor_atomic_smoke_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 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_argument_type_deduction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc || gpu-intel-dg2
99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc || gpu-intel-dg2
99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: gpu-intel-pvc
8+
// REQUIRES: gpu-intel-pvc || gpu-intel-dg2
99
// REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.4576
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)