Skip to content

Commit 06d7059

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

File tree

12 files changed

+10
-15
lines changed

12 files changed

+10
-15
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{{.*}} || cuda || hip) && (!level_zero)) || preview-mode
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
9+
// XFAIL: (run-mode && igc-dev || arch-intel_gpu_acm_g10 || arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21)
1010
// XFAIL-TRACKER: CMPLRLLVM-66371
1111
// REQUIRES: aspect-ext_intel_matrix
1212

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
9+
// XFAIL: (run-mode && igc-dev || arch-intel_gpu_acm_g10 || arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21)
1010
// XFAIL-TRACKER: CMPLRLLVM-66371
1111

1212
// REQUIRES: aspect-ext_intel_matrix, gpu

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{{.*}}) && (!level_zero)) || preview-mode
2527

2628
#include "common.hpp"
2729

0 commit comments

Comments
 (0)