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

[SYCL] replace XFAIL with UNSUPPORTED for ze_debug #717

Merged
merged 2 commits into from
Jan 11, 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
2 changes: 1 addition & 1 deletion SYCL/Basic/buffer/buffer_create.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: gpu,level_zero
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

#include <CL/sycl.hpp>

Expand Down
2 changes: 1 addition & 1 deletion SYCL/Basic/diagnostics/non-uniform-wk-gp-test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// REQUIRES: level_zero
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
//==------- non-uniform-wk-gp-test.cpp -------==//
// This is a diagnostic test which verifies that
// for loops with non-uniform work groups size
Expand Down
3 changes: 1 addition & 2 deletions SYCL/DeprecatedFeatures/basic-program.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// XFAIL: hip,ze_debug-1,ze_debug4
// RUN: %clangxx -D__SYCL_INTERNAL_API -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %clangxx -D__SYCL_INTERNAL_API -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Expand Down
1 change: 0 additions & 1 deletion SYCL/DeprecatedFeatures/basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// 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
// 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
//
// XFAIL: ze_debug-1,ze_debug4
// The test checks that caching works properly.
#include "basic.hpp"

Expand Down
1 change: 0 additions & 1 deletion SYCL/DeprecatedFeatures/get-options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
// XFAIL: cuda || hip
// XFAIL: ze_debug-1,ze_debug4

#include <CL/sycl.hpp>

Expand Down
1 change: 0 additions & 1 deletion SYCL/DeprecatedFeatures/kernel-and-program.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
// XFAIL: hip,ze_debug-1,ze_debug4

//==--- kernel-and-program.cpp - SYCL kernel/program test ------------------==//
//
Expand Down
1 change: 0 additions & 1 deletion SYCL/DeprecatedFeatures/program-merge-options-env.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// 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
// XFAIL: 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 @@ -5,7 +5,7 @@

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

// CHECK: piProgramBuild
Expand Down
1 change: 0 additions & 1 deletion SYCL/DeprecatedFeatures/program_link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
//
// Hits an assertion on AMD with multiple GPUs available, fails trace on Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4

#include <CL/sycl.hpp>
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/DiscardEvents/discard_events_using_assert.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
// UNSUPPORTED: cuda || hip
//
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
//
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out &> %t.txt
Expand Down
2 changes: 1 addition & 1 deletion SYCL/DiscardEvents/invalid_event.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FIXME: Fails on HIP and OpenCL accelerator
// UNSUPPORTED: hip, (opencl && accelerator)
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
//
// RUN: %HOST_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/fp_in_phi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda || hip
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
//
// The test checks that ESIMD kernels correctly handle function pointers as
// arguments of LLVM's PHI function.
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/histogram_raw_send.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_bad_opcode.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_bad_operand_syntax.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_duplicate_label.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_illegal_exec_size.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_missing_label.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_missing_region.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_simple.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_undefined_decl.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_undefined_pred.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/InlineAsm/Negative/asm_wrong_declare.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
// REQUIRES: gpu,linux
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/build-log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// XFAIL: cuda || hip
// XFAIL: ze_debug-1,ze_debug4
// 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
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/cache-build-result.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// 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
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
#include <CL/sycl.hpp>

SYCL_EXTERNAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// 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
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
#include "kernel-bundle-merge-options.hpp"

// CHECK: piProgramBuild
Expand Down
3 changes: 2 additions & 1 deletion SYCL/KernelAndProgram/kernel-bundle-merge-options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

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

// CHECK: piProgramBuild
Expand Down
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/multiple-kernel-linking.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: cuda || hip
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// RUN: %clangxx -fsycl -fno-sycl-early-optimizations -fsycl-device-code-split=per_kernel %s -o %t_per_kernel.out
// RUN: %clangxx -fsycl -fno-sycl-early-optimizations -fsycl-device-code-split=per_source %s -o %t_per_source.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Plugin/interop-level-zero.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: level_zero, level_zero_dev_kit
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
// RUN: env SYCL_BE=PI_LEVEL_ZERO %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// Test for Level Zero interop API

Expand Down
2 changes: 1 addition & 1 deletion SYCL/Plugin/level_zero_batch_event_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// CHECK-NOT: ZE ---> zeCommandQueueExecuteCommandLists
// CHECK-NOT: Test Fail
// CHECK: Test Pass
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

#include <cassert>
#include <chrono>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Plugin/level_zero_batch_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: gpu, level_zero

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

// Set batching to 4 explicitly
// 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
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Plugin/level_zero_device_scope_events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// 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
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// Checks that with L0 device-scope events enabled the only host-visible L0
// event created is at the end of all kernels submission, when host waits for
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Reduction/reduction_big_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Missing __spirv_GroupFMax on AMD, error message `Group algorithms are not
// supported on host device` on Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// RUNx: %HOST_RUN_PLACEHOLDER %t.out
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Reduction/reduction_nd_ext_double.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// message `The implementation handling parallel_for with reduction requires
// work group size not bigger than 1` on Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Reduction/reduction_nd_ext_half.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// message `The implementation handling parallel_for with reduction requires
// work group size not bigger than 1` on Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Reduction/reduction_nd_lambda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Inconsistently fails on HIP AMD, error message `Barrier is not supported on
// the host device yet.` on HIP Nvidia.
// UNSUPPORTED: hip_amd || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

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

Expand Down
2 changes: 1 addition & 1 deletion SYCL/Reduction/reduction_placeholder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Missing __spirv_GroupIAdd, __spirv_GroupFMin on AMD, error message `Group
// algorithms are not supported on host device.` on Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// RUNx: %HOST_RUN_PLACEHOLDER %t.out
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Reduction/reduction_range_lambda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// This test performs basic checks of parallel_for(range, reduction, lambda)
// with reductions initialized with 1-dimensional accessor accessing
Expand Down
3 changes: 2 additions & 1 deletion SYCL/Reduction/reduction_reducer_op_eq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// On nvidia a reduction appears to be unexpectedly executed via the host.
// XFAIL: hip_nvidia,ze_debug-1,ze_debug4
// XFAIL: hip_nvidia
// UNSUPPORTED: ze_debug-1,ze_debug4

// This test checks that operators ++, +=, *=, |=, &=, ^= are supported
// whent the corresponding std::plus<>, std::multiplies, etc are defined.
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Regression/commandlist/gpu.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: gpu, linux
// UNSUPPORTED: cuda || hip
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4
//
// RUN: %clangxx -fsycl %S/Inputs/FindPrimesSYCL.cpp %S/Inputs/main.cpp -o %t.out -lpthread
// RUN: %GPU_RUN_PLACEHOLDER %t.out
2 changes: 1 addition & 1 deletion SYCL/Regression/unoptimized_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// UNSUPPORTED: cuda
// Disable test due to flaky failure on CUDA(issue #387)

// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

// NOTE: The libclc target used by the CUDA backend used to generate atomic load
// variants that were unsupported by NVPTX. Even if they were not used
Expand Down
2 changes: 1 addition & 1 deletion SYCL/SubGroup/sub_group_as.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// __spirv_SubgroupBlockWriteINTEL on AMD
// error message `Barrier is not supported on the host device yet.` on Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

#include <CL/sycl.hpp>
#include <cassert>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/SubGroup/sub_group_as_vec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// __spirv_SubgroupBlockWriteINTEL on AMD
// error message `Barrier is not supported on the host device yet.` on Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

#include "helper.hpp"
#include <CL/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/SubGroupMask/Basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// UNSUPPORTED: cuda, hip
// GroupNonUniformBallot capability is supported on Intel GPU only
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

//==---------- Basic.cpp - sub-group mask basic test -----------*- C++ -*---==//
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/SubGroupMask/GroupSize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// UNSUPPORTED: cuda, hip
// GroupNonUniformBallot capability is supported on Intel GPU only
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

//==- GroupSize.cpp - sub-group mask dependency on group size --*- C++ -*---==//
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/USM/badmalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

//==----------------- badmalloc.cpp - Bad Mallocs test ---------------------==//
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/USM/dep_events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
// XFAIL: ze_debug-1,ze_debug4
// UNSUPPORTED: ze_debug-1,ze_debug4

#include <CL/sycl.hpp>

Expand Down