Skip to content

Commit 4e8f753

Browse files
committed
[SYCL] XFAIL 2 performance tests
1 parent 4075280 commit 4e8f753

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sycl/test-e2e/PerformanceTests/ParallelFor/parallel_for_range_roundup.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: gpu-intel-gen12
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17872
13
// RUN: echo "Running parallel_for benchmark without range rounding"
24
// RUN: %{build} -fsycl-range-rounding=disable -o %t1.out
35
// RUN: %{run} %t1.out

sycl/test-e2e/PerformanceTests/Reduction/reduce_over_sub_group.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// XFAIL: native_cpu
1+
// XFAIL: native_cpu, gpu-intel-gen12
22
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16415
3+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17872
34
// RUN: %{build} -o %t.out
45
// RUN: %{run} %t.out
56

0 commit comments

Comments
 (0)