Skip to content

Commit 7108fc4

Browse files
bso-intelvladimirlaz
authored andcommitted
[SYCL] Enable test for ZE_DEBUG=4 (intel#824)
* [SYCL] enable ZE_DEBUG=4 tests As I fixed memory leak of ZeModule in intel/llvm#5541, we need to enable ZE_DEBUG=4 check for these tests. Signed-off-by: Byoungro So <[email protected]> Co-authored-by: vladimirlaz <[email protected]>
1 parent cbaa76f commit 7108fc4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

SYCL/KernelAndProgram/build-log.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// XFAIL: cuda || hip
2-
// UNSUPPORTED: ze_debug-1,ze_debug4
32
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DGPU %s -o %t_gpu.out
43
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
54
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/KernelAndProgram/cache-build-result.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// RUN: env SYCL_CACHE_PERSISTENT=1 %GPU_RUN_PLACEHOLDER %t_gpu.out
55
// RUN: env SYCL_CACHE_PERSISTENT=1 %ACC_RUN_PLACEHOLDER %t.out
66
// XFAIL: cuda || hip
7-
// UNSUPPORTED: ze_debug-1,ze_debug4
87
#include <CL/sycl.hpp>
98

109
SYCL_EXTERNAL

SYCL/KernelAndProgram/undefined-symbol.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
<<<<<<< HEAD
12
// XFAIL: cuda || hip
23
// UNSUPPORTED: host,ze_debug-1,ze_debug4
34
// UNSUPPORTED: host
5+
=======
6+
// XFAIL: cuda || hip || (opencl && gpu)
7+
>>>>>>> 7d91e53c2 ([SYCL] Enable test for ZE_DEBUG=4 (#824))
48
// RUN: %clangxx -fsycl %s -o %t.out
59
// RUN: %CPU_RUN_PLACEHOLDER %t.out
610
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)