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

[SYCL] Enable test for ZE_DEBUG=4 #824

Merged
merged 6 commits into from
Feb 21, 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: 0 additions & 1 deletion SYCL/KernelAndProgram/build-log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// XFAIL: cuda || hip
// UNSUPPORTED: ze_debug-1,ze_debug4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DGPU %s -o %t_gpu.out
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down
1 change: 0 additions & 1 deletion SYCL/KernelAndProgram/cache-build-result.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// RUN: env SYCL_CACHE_PERSISTENT=1 %GPU_RUN_PLACEHOLDER %t_gpu.out
// RUN: env SYCL_CACHE_PERSISTENT=1 %ACC_RUN_PLACEHOLDER %t.out
// XFAIL: cuda || hip
// UNSUPPORTED: ze_debug-1,ze_debug4
#include <CL/sycl.hpp>

SYCL_EXTERNAL
Expand Down
3 changes: 1 addition & 2 deletions SYCL/KernelAndProgram/undefined-symbol.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// XFAIL: cuda || hip
// UNSUPPORTED: host,ze_debug-1,ze_debug4
// XFAIL: cuda || hip || (opencl && gpu)
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down