From 20dacb1aba2a332e3d44a80fa967f4a3890fc3d2 Mon Sep 17 00:00:00 2001 From: "Ahn, Dongkyun" Date: Mon, 25 Jul 2022 14:18:13 -0700 Subject: [PATCH] [SYCL][ESIMD][EMU] Enabling dpas_test1/2/3 tests --- SYCL/ESIMD/dpas/dpas_test1.cpp | 2 +- SYCL/ESIMD/dpas/dpas_test2.cpp | 2 +- SYCL/ESIMD/dpas/dpas_test3.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SYCL/ESIMD/dpas/dpas_test1.cpp b/SYCL/ESIMD/dpas/dpas_test1.cpp index e0b547f3f1..d3a3a7b9c3 100644 --- a/SYCL/ESIMD/dpas/dpas_test1.cpp +++ b/SYCL/ESIMD/dpas/dpas_test1.cpp @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: gpu-intel-dg2 +// REQUIRES: gpu-intel-dg2 || esimd_emulator // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/dpas/dpas_test2.cpp b/SYCL/ESIMD/dpas/dpas_test2.cpp index c5a0f47b65..44cc48940b 100644 --- a/SYCL/ESIMD/dpas/dpas_test2.cpp +++ b/SYCL/ESIMD/dpas/dpas_test2.cpp @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: gpu-intel-pvc +// REQUIRES: gpu-intel-pvc || esimd_emulator // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl -DESIMD_XE_HPC %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/dpas/dpas_test3.cpp b/SYCL/ESIMD/dpas/dpas_test3.cpp index fbbd941b54..6d7b7c0005 100644 --- a/SYCL/ESIMD/dpas/dpas_test3.cpp +++ b/SYCL/ESIMD/dpas/dpas_test3.cpp @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: gpu-intel-pvc +// REQUIRES: gpu-intel-pvc || esimd_emulator // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl -DESIMD_XE_HPC %s -DVER1 -o %t.out1 // RUN: %clangxx -fsycl -DESIMD_XE_HPC %s -DVER2 -o %t.out2