Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c902317

Browse files
[SYCL] Disable ESIMD slm alloc tests for emulator (#1479)
1 parent adbf7ab commit c902317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SYCL/ESIMD/slm_alloc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: gpu
2-
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: cuda || hip || esimd_emulator
33
//
44
// RUN: %clangxx -fsycl %s -o %t.1.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.1.out

SYCL/ESIMD/slm_alloc_many_kernels_many_funcs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: gpu
2-
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: cuda || hip || esimd_emulator
33
//
44
// RUN: %clangxx -fsycl %s -o %t.1.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.1.out

SYCL/ESIMD/slm_alloc_many_kernels_one_func.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: gpu
2-
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: cuda || hip || esimd_emulator
33
//
44
// RUN: %clangxx -fsycl %s -o %t.1.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.1.out

0 commit comments

Comments
 (0)