Skip to content

Commit c921d1c

Browse files
committed
Unxfail HIP tests, xfail more tests
1 parent 0b160da commit c921d1c

File tree

12 files changed

+12
-13
lines changed

12 files changed

+12
-13
lines changed

sycl/test-e2e/AtomicRef/add_generic_local.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: hip
2-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
31
// RUN: %{build} -o %t.out
42
// RUN: %{run} %t.out
53

sycl/test-e2e/AtomicRef/exchange_generic_local.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: hip
2-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
31
// RUN: %{build} -o %t.out
42
// RUN: %{run} %t.out
53

sycl/test-e2e/AtomicRef/sub_generic_local.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: hip
2-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
31
// RUN: %{build} -o %t.out
42
// RUN: %{run} %t.out
53

sycl/test-e2e/Basic/built-ins/math_raw_ptr.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: hip
2-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
31
// RUN: %{build} -o %t.out
42
// RUN: %{run} %t.out
53

sycl/test-e2e/FreeFunctionKernels/local_accessor_as_kernel_parameter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: hip
2-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
31
// RUN: %{build} -o %t.out
42
// RUN: %{run} %t.out
53

sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// This test checks that get_kernel_ids returns all the kernels defined
55
// in the source regardless of whether they are expressed as lambdas,
66
// function objects or free functions.
7+
//
8+
// XFAIL: (intel_gpu_acm{{.*}}) || intel_gpu_pvc || intel_gpu_bmg{{.*}} || preview-mode) && (!level_zero)
79

810
#include <sycl/detail/core.hpp>
911
#include <sycl/ext/oneapi/experimental/free_function_traits.hpp>

sycl/test-e2e/KernelCompiler/sycl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: %{build} -o %t.out
1313
// RUN: %{l0_leak_check} %{run} %t.out
1414

15-
// XFAIL: preview-mode && run-mode
15+
// XFAIL: *
1616
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18390
1717

1818
#include <sycl/detail/core.hpp>

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// -mllvm -inline-threshold=2000 added as a workaround,
1717
// since IGC doesn't support some variants of IR for Joint Matrix currently
1818
// -ffp-model=precise is added to not depend on compiler defaults.
19+
//
20+
// XFAIL: *
1921

2022
#include "common.hpp"
2123
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
// -mllvm -inline-threshold=2000 added as a workaround,
1818
// since IGC doesn't support some variants of IR for Joint Matrix currently
1919
// -ffp-model=precise is added to not depend on compiler defaults.
20+
//
21+
// XFAIL: *
2022

2123
#include "common.hpp"
2224
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/ProfilingTag/profiling_queue.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
// UNSUPPORTED: level_zero_v2_adapter
2424
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19116
25+
//
26+
// XFAIL: (intel_gpu_acm{{.*}}) || intel_gpu_pvc || intel_gpu_bmg{{.*}} || preview-mode) && (!level_zero)
2527

2628
#include "common.hpp"
2729

0 commit comments

Comments
 (0)