From e9398a2b45388082fcd07b146e6726fa78c173a2 Mon Sep 17 00:00:00 2001 From: dongkyunahn-intel Date: Mon, 25 Jul 2022 20:50:52 -0700 Subject: [PATCH] [SYCL][ESIMD][EMU] Enabling dpas_test1/2/3 tests - Bringing back of PR#1110 as all dpas tests are passing after PR - https://github.com/intel/llvm/pull/6475 is merged in intel/llvm:sycl --- 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 8ceb8d7b55..ad4d6cb63a 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 5bf12a044d..ab0653ccab 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 9fa5617fe1..4c10ba08c2 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