Skip to content

Commit 4f6598d

Browse files
committed
XFAIL E2E tests failing on PVC
1 parent 75ba4e0 commit 4f6598d

File tree

17 files changed

+40
-4
lines changed

17 files changed

+40
-4
lines changed

sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %{build} %device_asan_flags %if cpu %{ -fsycl-targets=spir64_x86_64 %} %if gpu %{ -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %} -O2 -fsanitize-ignorelist=%p/ignorelist.txt -o %t2
55
// RUN: %{run} %t2 2>&1 | FileCheck %s
66

7+
// XFAIL: arch-intel_gpu_pvc
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
9+
710
#include <sycl/detail/core.hpp>
811
#include <sycl/usm.hpp>
912

sycl/test-e2e/Basic/accessor/accessor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -DSYCL2020_DISABLE_DEPRECATION_WARNINGS -o %t.out
22
// RUN: %{run} %t.out
33

4+
// XFAIL: arch-intel_gpu_pvc && igc-dev
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
6+
47
//==----------------accessor.cpp - SYCL accessor basic test ----------------==//
58
//
69
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/DeviceCodeSplit/grf.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
// compiler option
1515

1616
// REQUIRES: arch-intel_gpu_pvc
17+
// XFAIL: arch-intel_gpu_pvc
18+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
1719

1820
// RUN: %{build} -Wno-error=deprecated-declarations -o %t1.out
1921
// RUN: env SYCL_UR_TRACE=2 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-NO-VAR

sycl/test-e2e/ESIMD/accessor_local.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677
2-
// XFAIL: igc-dev
2+
// XFAIL: igc-dev && !arch-intel_gpu_pvc
33
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out

sycl/test-e2e/ESIMD/local_accessor_block_load_store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677
9-
// XFAIL: igc-dev
9+
// XFAIL: igc-dev && !arch-intel_gpu_pvc
1010
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388
1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out

sycl/test-e2e/ESIMD/local_accessor_copy_to_from.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677
9-
// XFAIL: igc-dev
9+
// XFAIL: igc-dev && !arch-intel_gpu_pvc
1010
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388
1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out

sycl/test-e2e/ESIMD/lsc/lsc_local_accessor_block_load_store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: arch-intel_gpu_pvc || gpu-intel-dg2
99
// REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.4576
10-
// XFAIL: igc-dev
10+
// XFAIL: igc-dev && !arch-intel_gpu_pvc
1111
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16388
1212
// RUN: %{build} -o %t.out
1313
// RUN: %{run} %t.out

sycl/test-e2e/KernelAndProgram/persistent-cache-multi-device.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_TRACE=1 SYCL_CACHE_DIR=%t/cache_dir env -u XDG_CACHE_HOME env -u HOME %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK-BUILD
66
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_TRACE=1 SYCL_CACHE_DIR=%t/cache_dir env -u XDG_CACHE_HOME env -u HOME %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK-CACHE
77

8+
// XFAIL: arch-intel_gpu_pvc
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
10+
811
// Test checks that persistent cache works correctly with multiple devices.
912

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

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
// XFAIL: !igc-dev || gpu-intel-dg2
1818
// XFAIL-TRACKER: CMPLRLLVM-63710
1919

20+
// XFAIL: arch-intel_gpu_pvc && igc-dev
21+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
22+
2023
#include "common.hpp"
2124
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
// XFAIL: !igc-dev || gpu-intel-dg2
1818
// XFAIL-TRACKER: CMPLRLLVM-63710
1919

20+
// XFAIL: arch-intel_gpu_pvc && igc-dev
21+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
22+
2023
#include "common.hpp"
2124
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

0 commit comments

Comments
 (0)