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

Commit 03b449b

Browse files
[SYCL][ESIMD][EMU] Enabling dpas_test1/2/3 tests (#1151)
- Bringing back of PR#1110 as all dpas tests are passing after PR - intel/llvm#6475 is merged in intel/llvm:sycl
1 parent 313c5bd commit 03b449b

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)