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