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

Commit c948097

Browse files
authored
[SYCL] replace XFAIL with UNSUPPORTED for ze_debug (#717)
Signed-off-by: Byoungro So <[email protected]>
1 parent 3de4a77 commit c948097

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+44
-48
lines changed

SYCL/Basic/buffer/buffer_create.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: gpu,level_zero
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: env ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER
4-
// XFAIL: ze_debug-1,ze_debug4
4+
// UNSUPPORTED: ze_debug-1,ze_debug4
55

66
#include <CL/sycl.hpp>
77

SYCL/Basic/diagnostics/non-uniform-wk-gp-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %GPU_RUN_PLACEHOLDER %t.out
33
// REQUIRES: level_zero
4-
// XFAIL: ze_debug-1,ze_debug4
4+
// UNSUPPORTED: ze_debug-1,ze_debug4
55
//==------- non-uniform-wk-gp-test.cpp -------==//
66
// This is a diagnostic test which verifies that
77
// for loops with non-uniform work groups size

SYCL/DeprecatedFeatures/basic-program.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// XFAIL: hip,ze_debug-1,ze_debug4
2-
// RUN: %clangxx -D__SYCL_INTERNAL_API -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
1+
// RUN: %clangxx -D__SYCL_INTERNAL_API -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/DeprecatedFeatures/basic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// RUN: env SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_DIR=%t/cache_dir SYCL_PI_TRACE=-1 %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER --check-prefixes=CHECK-BUILD
1010
// RUN: env SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_DIR=%t/cache_dir SYCL_PI_TRACE=-1 %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER --check-prefixes=CHECK-CACHE
1111
//
12-
// XFAIL: ze_debug-1,ze_debug4
1312
// The test checks that caching works properly.
1413
#include "basic.hpp"
1514

SYCL/DeprecatedFeatures/get-options.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
// XFAIL: cuda || hip
7-
// XFAIL: ze_debug-1,ze_debug4
87

98
#include <CL/sycl.hpp>
109

SYCL/DeprecatedFeatures/kernel-and-program.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6-
// XFAIL: hip,ze_debug-1,ze_debug4
76

87
//==--- kernel-and-program.cpp - SYCL kernel/program test ------------------==//
98
//

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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-
// XFAIL: ze_debug-1,ze_debug4
65
#include "program-merge-options.hpp"
76

87
// CHECK: piProgramBuild

SYCL/DeprecatedFeatures/program-merge-options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// Debug option -g is not passed to device code compiler when CL-style driver
77
// is used and /DEBUG options is passed.
8-
// XFAIL: cl_options,ze_debug-1,ze_debug4
8+
// XFAIL: cl_options
99
#include "program-merge-options.hpp"
1010

1111
// CHECK: piProgramBuild

SYCL/DeprecatedFeatures/program_link.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
//
1010
// Hits an assertion on AMD with multiple GPUs available, fails trace on Nvidia.
1111
// XFAIL: hip_amd || hip_nvidia
12-
// XFAIL: ze_debug-1,ze_debug4
1312

1413
#include <CL/sycl.hpp>
1514
#include <iostream>

SYCL/DiscardEvents/discard_events_using_assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
22
// UNSUPPORTED: cuda || hip
33
//
4-
// XFAIL: ze_debug-1,ze_debug4
4+
// UNSUPPORTED: ze_debug-1,ze_debug4
55
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
66
//
77
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out &> %t.txt

SYCL/DiscardEvents/invalid_event.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// FIXME: Fails on HIP and OpenCL accelerator
22
// UNSUPPORTED: hip, (opencl && accelerator)
3-
// XFAIL: ze_debug-1,ze_debug4
3+
// UNSUPPORTED: ze_debug-1,ze_debug4
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
55
//
66
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/fp_in_phi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1414
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1515
// UNSUPPORTED: cuda || hip
16-
// XFAIL: ze_debug-1,ze_debug4
16+
// UNSUPPORTED: ze_debug-1,ze_debug4
1717
//
1818
// The test checks that ESIMD kernels correctly handle function pointers as
1919
// arguments of LLVM's PHI function.

SYCL/ESIMD/histogram_raw_send.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
11-
// XFAIL: ze_debug-1,ze_debug4
11+
// UNSUPPORTED: ze_debug-1,ze_debug4
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1414
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/InlineAsm/Negative/asm_bad_opcode.cpp

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

SYCL/InlineAsm/Negative/asm_bad_operand_syntax.cpp

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

SYCL/InlineAsm/Negative/asm_duplicate_label.cpp

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

SYCL/InlineAsm/Negative/asm_illegal_exec_size.cpp

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

SYCL/InlineAsm/Negative/asm_missing_label.cpp

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

SYCL/InlineAsm/Negative/asm_missing_region.cpp

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

SYCL/InlineAsm/Negative/asm_simple.cpp

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

SYCL/InlineAsm/Negative/asm_undefined_decl.cpp

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

SYCL/InlineAsm/Negative/asm_undefined_pred.cpp

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

SYCL/InlineAsm/Negative/asm_wrong_declare.cpp

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

SYCL/KernelAndProgram/build-log.cpp

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

SYCL/KernelAndProgram/cache-build-result.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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-
// XFAIL: ze_debug-1,ze_debug4
7+
// UNSUPPORTED: ze_debug-1,ze_debug4
88
#include <CL/sycl.hpp>
99

1010
SYCL_EXTERNAL

SYCL/KernelAndProgram/kernel-bundle-merge-options-env.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %GPU_RUN_PLACEHOLDER SYCL_PI_TRACE=-1 SYCL_PROGRAM_COMPILE_OPTIONS=-DENV_COMPILE_OPTS SYCL_PROGRAM_LINK_OPTIONS=-DENV_LINK_OPTS %t.out %GPU_CHECK_PLACEHOLDER
44
// REQUIRES: gpu
55
// UNSUPPORTED: cuda || hip
6-
// XFAIL: ze_debug-1,ze_debug4
6+
// UNSUPPORTED: ze_debug-1,ze_debug4
77
#include "kernel-bundle-merge-options.hpp"
88

99
// CHECK: piProgramBuild

SYCL/KernelAndProgram/kernel-bundle-merge-options.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
// Debug option -g is not passed to device code compiler when CL-style driver
77
// is used and /DEBUG options is passed.
8-
// XFAIL: cl_options,ze_debug-1,ze_debug4
8+
// XFAIL: cl_options
9+
// UNSUPPORTED: ze_debug-1,ze_debug4
910
#include "kernel-bundle-merge-options.hpp"
1011

1112
// CHECK: piProgramBuild

SYCL/KernelAndProgram/multiple-kernel-linking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// UNSUPPORTED: cuda || hip
2-
// XFAIL: ze_debug-1,ze_debug4
2+
// UNSUPPORTED: ze_debug-1,ze_debug4
33

44
// RUN: %clangxx -fsycl -fno-sycl-early-optimizations -fsycl-device-code-split=per_kernel %s -o %t_per_kernel.out
55
// RUN: %clangxx -fsycl -fno-sycl-early-optimizations -fsycl-device-code-split=per_source %s -o %t_per_source.out

SYCL/Plugin/interop-level-zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
33
// RUN: env SYCL_BE=PI_LEVEL_ZERO %GPU_RUN_PLACEHOLDER %t.out
4-
// XFAIL: ze_debug-1,ze_debug4
4+
// UNSUPPORTED: ze_debug-1,ze_debug4
55

66
// Test for Level Zero interop API
77

SYCL/Plugin/level_zero_batch_event_status.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// CHECK-NOT: ZE ---> zeCommandQueueExecuteCommandLists
3939
// CHECK-NOT: Test Fail
4040
// CHECK: Test Pass
41-
// XFAIL: ze_debug-1,ze_debug4
41+
// UNSUPPORTED: ze_debug-1,ze_debug4
4242

4343
#include <cassert>
4444
#include <chrono>

SYCL/Plugin/level_zero_batch_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: gpu, level_zero
22

33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4-
// XFAIL: ze_debug-1,ze_debug4
4+
// UNSUPPORTED: ze_debug-1,ze_debug4
55

66
// Set batching to 4 explicitly
77
// RUN: env SYCL_PI_LEVEL_ZERO_BATCH_SIZE=4 SYCL_PI_TRACE=2 ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --check-prefixes=CKALL,CKB4 %s

SYCL/Plugin/level_zero_device_scope_events.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44
// RUN: env SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS=1 SYCL_PI_TRACE=2 ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
5-
// XFAIL: ze_debug-1,ze_debug4
5+
// UNSUPPORTED: ze_debug-1,ze_debug4
66

77
// Checks that with L0 device-scope events enabled the only host-visible L0
88
// event created is at the end of all kernels submission, when host waits for

SYCL/Reduction/reduction_big_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Missing __spirv_GroupFMax on AMD, error message `Group algorithms are not
77
// supported on host device` on Nvidia.
88
// XFAIL: hip_amd || hip_nvidia
9-
// XFAIL: ze_debug-1,ze_debug4
9+
// UNSUPPORTED: ze_debug-1,ze_debug4
1010

1111
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
1212
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and

SYCL/Reduction/reduction_nd_ext_double.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// message `The implementation handling parallel_for with reduction requires
88
// work group size not bigger than 1` on Nvidia.
99
// XFAIL: hip_amd || hip_nvidia
10-
// XFAIL: ze_debug-1,ze_debug4
10+
// UNSUPPORTED: ze_debug-1,ze_debug4
1111

1212
// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
1313
// RUNx: %HOST_RUN_PLACEHOLDER %t.out

SYCL/Reduction/reduction_nd_ext_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// message `The implementation handling parallel_for with reduction requires
88
// work group size not bigger than 1` on Nvidia.
99
// XFAIL: hip_amd || hip_nvidia
10-
// XFAIL: ze_debug-1,ze_debug4
10+
// UNSUPPORTED: ze_debug-1,ze_debug4
1111

1212
// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
1313
// RUNx: %HOST_RUN_PLACEHOLDER %t.out

SYCL/Reduction/reduction_nd_lambda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Inconsistently fails on HIP AMD, error message `Barrier is not supported on
88
// the host device yet.` on HIP Nvidia.
99
// UNSUPPORTED: hip_amd || hip_nvidia
10-
// XFAIL: ze_debug-1,ze_debug4
10+
// UNSUPPORTED: ze_debug-1,ze_debug4
1111

1212
// This test performs basic checks of parallel_for(nd_range, reduction, lambda)
1313

SYCL/Reduction/reduction_placeholder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Missing __spirv_GroupIAdd, __spirv_GroupFMin on AMD, error message `Group
77
// algorithms are not supported on host device.` on Nvidia.
88
// XFAIL: hip_amd || hip_nvidia
9-
// XFAIL: ze_debug-1,ze_debug4
9+
// UNSUPPORTED: ze_debug-1,ze_debug4
1010

1111
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
1212
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and

SYCL/Reduction/reduction_range_lambda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5-
// XFAIL: ze_debug-1,ze_debug4
5+
// UNSUPPORTED: ze_debug-1,ze_debug4
66

77
// This test performs basic checks of parallel_for(range, reduction, lambda)
88
// with reductions initialized with 1-dimensional accessor accessing

SYCL/Reduction/reduction_reducer_op_eq.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
//
66
// On nvidia a reduction appears to be unexpectedly executed via the host.
7-
// XFAIL: hip_nvidia,ze_debug-1,ze_debug4
7+
// XFAIL: hip_nvidia
8+
// UNSUPPORTED: ze_debug-1,ze_debug4
89

910
// This test checks that operators ++, +=, *=, |=, &=, ^= are supported
1011
// whent the corresponding std::plus<>, std::multiplies, etc are defined.

SYCL/Regression/commandlist/gpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: gpu, linux
22
// UNSUPPORTED: cuda || hip
3-
// XFAIL: ze_debug-1,ze_debug4
3+
// UNSUPPORTED: ze_debug-1,ze_debug4
44
//
55
// RUN: %clangxx -fsycl %S/Inputs/FindPrimesSYCL.cpp %S/Inputs/main.cpp -o %t.out -lpthread
66
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/Regression/unoptimized_stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// UNSUPPORTED: cuda
77
// Disable test due to flaky failure on CUDA(issue #387)
88

9-
// XFAIL: ze_debug-1,ze_debug4
9+
// UNSUPPORTED: ze_debug-1,ze_debug4
1010

1111
// NOTE: The libclc target used by the CUDA backend used to generate atomic load
1212
// variants that were unsupported by NVPTX. Even if they were not used

SYCL/SubGroup/sub_group_as.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// __spirv_SubgroupBlockWriteINTEL on AMD
1111
// error message `Barrier is not supported on the host device yet.` on Nvidia.
1212
// XFAIL: hip_amd || hip_nvidia
13-
// XFAIL: ze_debug-1,ze_debug4
13+
// UNSUPPORTED: ze_debug-1,ze_debug4
1414

1515
#include <CL/sycl.hpp>
1616
#include <cassert>

SYCL/SubGroup/sub_group_as_vec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// __spirv_SubgroupBlockWriteINTEL on AMD
1111
// error message `Barrier is not supported on the host device yet.` on Nvidia.
1212
// XFAIL: hip_amd || hip_nvidia
13-
// XFAIL: ze_debug-1,ze_debug4
13+
// UNSUPPORTED: ze_debug-1,ze_debug4
1414

1515
#include "helper.hpp"
1616
#include <CL/sycl.hpp>

SYCL/SubGroupMask/Basic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// UNSUPPORTED: cuda, hip
44
// GroupNonUniformBallot capability is supported on Intel GPU only
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6-
// XFAIL: ze_debug-1,ze_debug4
6+
// UNSUPPORTED: ze_debug-1,ze_debug4
77

88
//==---------- Basic.cpp - sub-group mask basic test -----------*- C++ -*---==//
99
//

SYCL/SubGroupMask/GroupSize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// UNSUPPORTED: cuda, hip
44
// GroupNonUniformBallot capability is supported on Intel GPU only
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6-
// XFAIL: ze_debug-1,ze_debug4
6+
// UNSUPPORTED: ze_debug-1,ze_debug4
77

88
//==- GroupSize.cpp - sub-group mask dependency on group size --*- C++ -*---==//
99
//

SYCL/USM/badmalloc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
77
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
8-
// XFAIL: ze_debug-1,ze_debug4
8+
// UNSUPPORTED: ze_debug-1,ze_debug4
99

1010
//==----------------- badmalloc.cpp - Bad Mallocs test ---------------------==//
1111
//

SYCL/USM/dep_events.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
1616
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
1717
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
18-
// XFAIL: ze_debug-1,ze_debug4
18+
// UNSUPPORTED: ze_debug-1,ze_debug4
1919

2020
#include <CL/sycl.hpp>
2121

0 commit comments

Comments
 (0)