diff --git a/SYCL/ESIMD/slm_alloc.cpp b/SYCL/ESIMD/slm_alloc.cpp index 3e282a88e5..24113c936b 100644 --- a/SYCL/ESIMD/slm_alloc.cpp +++ b/SYCL/ESIMD/slm_alloc.cpp @@ -1,5 +1,5 @@ // REQUIRES: gpu -// UNSUPPORTED: cuda || hip +// UNSUPPORTED: cuda || hip || esimd_emulator // // RUN: %clangxx -fsycl %s -o %t.1.out // RUN: %GPU_RUN_PLACEHOLDER %t.1.out diff --git a/SYCL/ESIMD/slm_alloc_many_kernels_many_funcs.cpp b/SYCL/ESIMD/slm_alloc_many_kernels_many_funcs.cpp index 7c38e853af..2cc544094a 100644 --- a/SYCL/ESIMD/slm_alloc_many_kernels_many_funcs.cpp +++ b/SYCL/ESIMD/slm_alloc_many_kernels_many_funcs.cpp @@ -1,5 +1,5 @@ // REQUIRES: gpu -// UNSUPPORTED: cuda || hip +// UNSUPPORTED: cuda || hip || esimd_emulator // // RUN: %clangxx -fsycl %s -o %t.1.out // RUN: %GPU_RUN_PLACEHOLDER %t.1.out diff --git a/SYCL/ESIMD/slm_alloc_many_kernels_one_func.cpp b/SYCL/ESIMD/slm_alloc_many_kernels_one_func.cpp index fae5b223e1..21492ce73e 100644 --- a/SYCL/ESIMD/slm_alloc_many_kernels_one_func.cpp +++ b/SYCL/ESIMD/slm_alloc_many_kernels_one_func.cpp @@ -1,5 +1,5 @@ // REQUIRES: gpu -// UNSUPPORTED: cuda || hip +// UNSUPPORTED: cuda || hip || esimd_emulator // // RUN: %clangxx -fsycl %s -o %t.1.out // RUN: %GPU_RUN_PLACEHOLDER %t.1.out