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

Commit 01009a4

Browse files
authored
[SYCL] disable ze_debug runs (#723)
Signed-off-by: Byoungro So <[email protected]>
1 parent de5e495 commit 01009a4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

SYCL/DeprecatedFeatures/program-merge-options-env.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: env SYCL_PI_TRACE=-1 SYCL_PROGRAM_COMPILE_OPTIONS=-DENV_COMPILE_OPTS SYCL_PROGRAM_LINK_OPTIONS=-DENV_LINK_OPTS SYCL_DEVICE_FILTER=%sycl_be %t.out | FileCheck %s
33
// REQUIRES: gpu
44
// UNSUPPORTED: cuda || hip
5+
// UNSUPPORTED: ze_debug-1,ze_debug4
56
#include "program-merge-options.hpp"
67

78
// CHECK: piProgramBuild

SYCL/DeprecatedFeatures/program-merge-options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: env SYCL_PI_TRACE=-1 SYCL_DEVICE_FILTER=%sycl_be %t.out | FileCheck %s
33
// REQUIRES: gpu
44
// UNSUPPORTED: cuda || hip
5-
5+
// UNSUPPORTED: ze_debug-1,ze_debug4
66
// Debug option -g is not passed to device code compiler when CL-style driver
77
// is used and /DEBUG options is passed.
88
// XFAIL: cl_options

SYCL/KernelAndProgram/undefined-symbol.cpp

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

0 commit comments

Comments
 (0)