Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit cc10e7d

Browse files
[SYCL][ESIMD][EMU] Enabling dpas_test1/2/3 tests (#1110)
1 parent 597c3a7 commit cc10e7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SYCL/ESIMD/dpas/dpas_test1.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-dg2
8+
// REQUIRES: gpu-intel-dg2 || esimd_emulator
99
// UNSUPPORTED: cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/dpas/dpas_test2.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 || esimd_emulator
99
// UNSUPPORTED: cuda || hip
1010
// RUN: %clangxx -fsycl -DESIMD_XE_HPC %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/dpas/dpas_test3.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 || esimd_emulator
99
// UNSUPPORTED: cuda || hip
1010
// RUN: %clangxx -fsycl -DESIMD_XE_HPC %s -DVER1 -o %t.out1
1111
// RUN: %clangxx -fsycl -DESIMD_XE_HPC %s -DVER2 -o %t.out2

0 commit comments

Comments
 (0)