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

[SYCL] disable ze_debug runs #723

Merged
merged 1 commit into from
Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SYCL/DeprecatedFeatures/program-merge-options-env.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// 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
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip
// UNSUPPORTED: ze_debug-1,ze_debug4
#include "program-merge-options.hpp"

// CHECK: piProgramBuild
Expand Down
2 changes: 1 addition & 1 deletion SYCL/DeprecatedFeatures/program-merge-options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: env SYCL_PI_TRACE=-1 SYCL_DEVICE_FILTER=%sycl_be %t.out | FileCheck %s
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip

// UNSUPPORTED: ze_debug-1,ze_debug4
// Debug option -g is not passed to device code compiler when CL-style driver
// is used and /DEBUG options is passed.
// XFAIL: cl_options
Expand Down
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/undefined-symbol.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// XFAIL: cuda || hip
// UNSUPPORTED: host
// UNSUPPORTED: host,ze_debug-1,ze_debug4
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down