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

Commit 7d91e53

Browse files
[SYCL] Enable test for ZE_DEBUG=4 (#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 985cb3f commit 7d91e53

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// XFAIL: cuda || hip
2-
// UNSUPPORTED: host,ze_debug-1,ze_debug4
1+
// XFAIL: cuda || hip || (opencl && gpu)
32
// RUN: %clangxx -fsycl %s -o %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)