diff --git a/SYCL/ESIMD/lsc/lsc_block_load_u16.cpp b/SYCL/ESIMD/lsc/lsc_block_load_u16.cpp index 184098b42a..e687fe46ff 100644 --- a/SYCL/ESIMD/lsc/lsc_block_load_u16.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_load_u16.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_load_u32.cpp b/SYCL/ESIMD/lsc/lsc_block_load_u32.cpp index 73fdbd6a3b..c1e759c254 100644 --- a/SYCL/ESIMD/lsc/lsc_block_load_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_load_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_load_u64.cpp b/SYCL/ESIMD/lsc/lsc_block_load_u64.cpp index f789a5103a..e85ebf587e 100644 --- a/SYCL/ESIMD/lsc/lsc_block_load_u64.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_load_u64.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_load_u8.cpp b/SYCL/ESIMD/lsc/lsc_block_load_u8.cpp index 9ec2342fcb..2e363f7ffd 100644 --- a/SYCL/ESIMD/lsc/lsc_block_load_u8.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_load_u8.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_prefetch_u16.cpp b/SYCL/ESIMD/lsc/lsc_block_prefetch_u16.cpp index 2399a8ddd0..0520d599a7 100644 --- a/SYCL/ESIMD/lsc/lsc_block_prefetch_u16.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_prefetch_u16.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_prefetch_u32.cpp b/SYCL/ESIMD/lsc/lsc_block_prefetch_u32.cpp index c5f3ae7f76..64a3edc1cc 100644 --- a/SYCL/ESIMD/lsc/lsc_block_prefetch_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_prefetch_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_prefetch_u64.cpp b/SYCL/ESIMD/lsc/lsc_block_prefetch_u64.cpp index 6961a7fac2..b4f04e863e 100644 --- a/SYCL/ESIMD/lsc/lsc_block_prefetch_u64.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_prefetch_u64.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_prefetch_u8.cpp b/SYCL/ESIMD/lsc/lsc_block_prefetch_u8.cpp index 81387fba29..76a6ce8ba8 100644 --- a/SYCL/ESIMD/lsc/lsc_block_prefetch_u8.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_prefetch_u8.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_store_u16.cpp b/SYCL/ESIMD/lsc/lsc_block_store_u16.cpp index a35ccfb53c..e468d48148 100644 --- a/SYCL/ESIMD/lsc/lsc_block_store_u16.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_store_u16.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_store_u32.cpp b/SYCL/ESIMD/lsc/lsc_block_store_u32.cpp index 5597ecac45..cb693762ee 100644 --- a/SYCL/ESIMD/lsc/lsc_block_store_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_store_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_block_store_u8.cpp b/SYCL/ESIMD/lsc/lsc_block_store_u8.cpp index d60a751baa..59652143e0 100644 --- a/SYCL/ESIMD/lsc/lsc_block_store_u8.cpp +++ b/SYCL/ESIMD/lsc/lsc_block_store_u8.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_slm.cpp b/SYCL/ESIMD/lsc/lsc_slm.cpp index 9f8b1750a5..d6e38e729d 100644 --- a/SYCL/ESIMD/lsc/lsc_slm.cpp +++ b/SYCL/ESIMD/lsc/lsc_slm.cpp @@ -5,8 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: gpu-intel-pvc +// REQUIRES: gpu-intel-pvc || esimd_emulator // UNSUPPORTED: cuda || hip +// TODO : esimd_emulator does not support lsc-atomic yet // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf.cpp b/SYCL/ESIMD/lsc/lsc_surf.cpp index 39d721ca34..6128c15d16 100644 --- a/SYCL/ESIMD/lsc/lsc_surf.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf.cpp @@ -5,8 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: gpu-intel-pvc +// REQUIRES: gpu-intel-pvc || esimd_emulator // UNSUPPORTED: cuda || hip +// TODO : esimd_emulator does not support lsc-atomic yet // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_load_u16u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_load_u16u32.cpp index 0083d070d4..66fd3d3024 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_load_u16u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_load_u16u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_load_u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_load_u32.cpp index 46922f96dc..aa9b25bb18 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_load_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_load_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_load_u64.cpp b/SYCL/ESIMD/lsc/lsc_surf_load_u64.cpp index b1fb41db6a..f4b4b4d991 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_load_u64.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_load_u64.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_load_u8u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_load_u8u32.cpp index 36812d57f3..baf07dbbc5 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_load_u8u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_load_u8u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_prefetch_u16u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_prefetch_u16u32.cpp index c36da7efa9..9ef5be6d3d 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_prefetch_u16u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_prefetch_u16u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_prefetch_u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_prefetch_u32.cpp index 56ab070080..0c1f5b3c65 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_prefetch_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_prefetch_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_prefetch_u64.cpp b/SYCL/ESIMD/lsc/lsc_surf_prefetch_u64.cpp index c8a7a70c69..f18a6eacfc 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_prefetch_u64.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_prefetch_u64.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_prefetch_u8u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_prefetch_u8u32.cpp index 0b13ea06bf..47abb43cd0 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_prefetch_u8u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_prefetch_u8u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_store_u16u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_store_u16u32.cpp index 3ec1cae1b9..a1772b5c19 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_store_u16u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_store_u16u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_store_u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_store_u32.cpp index dc50e796c2..2aa1245349 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_store_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_store_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_store_u64.cpp b/SYCL/ESIMD/lsc/lsc_surf_store_u64.cpp index 447238e95c..ceaf0e7f84 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_store_u64.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_store_u64.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_surf_store_u8u32.cpp b/SYCL/ESIMD/lsc/lsc_surf_store_u8u32.cpp index 611e21470b..8e7e6c4aca 100644 --- a/SYCL/ESIMD/lsc/lsc_surf_store_u8u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf_store_u8u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm.cpp b/SYCL/ESIMD/lsc/lsc_usm.cpp index d9226af0fc..d4a6c39144 100644 --- a/SYCL/ESIMD/lsc/lsc_usm.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm.cpp @@ -5,8 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: gpu-intel-pvc +// REQUIRES: gpu-intel-pvc || esimd_emulator // UNSUPPORTED: cuda || hip +// TODO : esimd_emulator does not support lsc-atomic yet // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_2d.cpp b/SYCL/ESIMD/lsc/lsc_usm_2d.cpp index daf3e9dac9..65ed58c50d 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_2d.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_2d.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp b/SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp index 6fb0a85628..8fe6df14fe 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp @@ -5,8 +5,10 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: gpu-intel-pvc +// REQUIRES: gpu-intel-pvc || esimd_emulator // UNSUPPORTED: cuda || hip +// TODO : Test uses 'kernel_bundle' that is not supported in ESIMD_EMULATOR +// XFAIL: esimd_emulator // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_load_u16u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_load_u16u32.cpp index 1e79a8d5fe..ec3effb063 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_load_u16u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_load_u16u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_load_u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_load_u32.cpp index 1a4560d437..be017d517b 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_load_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_load_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_load_u64.cpp b/SYCL/ESIMD/lsc/lsc_usm_load_u64.cpp index 66d278af36..c1306cdfe3 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_load_u64.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_load_u64.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_load_u8u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_load_u8u32.cpp index d19dd42deb..5405eece19 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_load_u8u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_load_u8u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_prefetch_u16u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_prefetch_u16u32.cpp index 818e7647b2..f36f2decd8 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_prefetch_u16u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_prefetch_u16u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_prefetch_u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_prefetch_u32.cpp index ae0ac9fde8..7751b17743 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_prefetch_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_prefetch_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_prefetch_u64.cpp b/SYCL/ESIMD/lsc/lsc_usm_prefetch_u64.cpp index e63858d81a..1d31de7bac 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_prefetch_u64.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_prefetch_u64.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_prefetch_u8u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_prefetch_u8u32.cpp index a6dacd8f50..b69b81931f 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_prefetch_u8u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_prefetch_u8u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_store_u16u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_store_u16u32.cpp index 382829133e..4baedc916c 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_store_u16u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_store_u16u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_store_u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_store_u32.cpp index 5d423efb0f..e539a7407e 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_store_u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_store_u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_store_u64.cpp b/SYCL/ESIMD/lsc/lsc_usm_store_u64.cpp index 50e7f7e9ed..df57d4619e 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_store_u64.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_store_u64.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/lsc/lsc_usm_store_u8u32.cpp b/SYCL/ESIMD/lsc/lsc_usm_store_u8u32.cpp index 69a104e00d..e71c9583b2 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_store_u8u32.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_store_u8u32.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 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out