Skip to content

Commit

Permalink
Merge 49fd4d4 into 2a97b05
Browse files Browse the repository at this point in the history
  • Loading branch information
lbushi25 authored Dec 17, 2024
2 parents 2a97b05 + 49fd4d4 commit da317d0
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s

// FIXME: There's an issue in gfx driver, so this test pending here.
// XFAIL: *

#include <sycl/detail/core.hpp>
#include <sycl/ext/oneapi/experimental/address_cast.hpp>
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Basic/max_linear_work_group_size_props.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// RUN: %{run} %t.out

// This property is not yet supported by all UR adapters
// XFAIL: level_zero, opencl, hip

#include <sycl/detail/core.hpp>

Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Basic/max_work_group_size_props.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// RUN: %{run} %t.out

// This property is not yet supported by all UR adapters
// XFAIL: level_zero, opencl, hip

#include <sycl/detail/core.hpp>

Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/DeviceLib/assert-windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//
// FIXME: OpenCL CPU backend compiler crashes on a call to _wassert.
// Disable the test until the fix reaches SYCL test infrastructure.
// XFAIL: *
//
// RUN: %{build} -o %t.out
//
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/ESIMD/hardware_dispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// XFAIL: igc-dev
// REQUIRES: ocloc && arch-intel_gpu_tgllp
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp %s -o %t.out
// RUN: %{run-unfiltered-devices} %t.out
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/InlineAsm/asm_multiple_instructions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// RUN: %{run} %t.out
// The test is failing when writing directly to output buffer.
// If temporary variable is used (see TO_PASS mode) the test succeeded.
// XFAIL: gpu && run-mode
#include "include/asmhelper.h"
#include <iostream>
#include <vector>
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/NewOffloadDriver/multisource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// XFAIL: cuda
// Separate kernel sources and host code sources
// Test with `--offload-new-driver`
// RUN: %{build} --offload-new-driver -c -o %t.kernel.o -DINIT_KERNEL -DCALC_KERNEL
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/NewOffloadDriver/split-per-source-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// RUN: --offload-new-driver -fsycl-dead-args-optimization
// RUN: %{run} %t.out
//
// XFAIL: hip_nvidia, cuda

#include "Inputs/split-per-source.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o
// RUN: %clangxx -Wno-error=unused-command-line-argument -fsycl -fsycl-targets=%{sycl_triple} --offload-new-driver %t1.o %t2.o -o %t.exe
// RUN: %{run} %t.exe
// XFAIL: cuda

#ifdef SOURCE1
#include <iostream>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// REQUIRES: cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// XFAIL: *

#include <numeric>
#include <string_view>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// XFAIL: native_cpu
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Reduction/reduction_big_data.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// Group algorithms are not supported on Nvidia.
// XFAIL: hip_nvidia
//

// Windows doesn't yet have full shutdown().
// UNSUPPORTED: ze_debug && windows
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Reduction/reduction_nd_reducer_skip.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// Group algorithms are not supported on Nvidia.
// XFAIL: hip_nvidia

// Windows doesn't yet have full shutdown().
// UNSUPPORTED: ze_debug && windows
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Reduction/reduction_reducer_op_eq.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// On nvidia a reduction appears to be unexpectedly executed via the host.
// XFAIL: hip_nvidia

// Windows doesn't yet have full shutdown().
// UNSUPPORTED: ze_debug && windows
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Regression/build_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// RUN: FileCheck %s --check-prefix=CHECK-EXPECTED-ERROR --input-file %t.out
// CHECK-EXPECTED-ERROR: error: backend compiler failed build

// XFAIL: *

#include <stdio.h>
#include <sycl/detail/core.hpp>

Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Regression/complex_global_object.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// XFAIL: gpu && linux

// SYCL runtime may construct global objects at function scope. The test ensures
// such objects do not cause problems if the first call to SYCL is inside main
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// XFAIL: cuda
// UNSUPPORTED: hip

// Windows doesn't yet have full shutdown().
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Regression/reduction_resource_leak_dw.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: level_zero, level_zero_dev_kit
// XFAIL: windows
//
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s
//
Expand Down

0 comments on commit da317d0

Please sign in to comment.