Skip to content

Commit bd1e50d

Browse files
authored
[SYCL][E2E] Fix failing/XPASSsing tests in nightly after driver update (#20227)
Nightly https://github.com/intel/llvm/actions/runs/18101444316 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent bd1caf7 commit bd1e50d

10 files changed

+17
-7
lines changed

sycl/test-e2e/Basic/fill_accessor.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
66

7-
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
8-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586
9-
107
#include <sycl/detail/core.hpp>
118

129
#include <algorithm>

sycl/test-e2e/Basic/image/image_write.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2+
// XFAIL: linux && arch-intel_gpu_bmg_g21 && preview-mode
3+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20224
24
// RUN: %{build} -o %t.out
35
// RUN: %{run} %t.out
46

sycl/test-e2e/FreeFunctionKernels/enum_parameter.cpp

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

4+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20225
6+
47
// This test verifies that we can use scoped enum types as arguments in free
58
// function kernels.
69

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// Waiting for the commit in IGC to be pulled into the driver to resolve the
1717
// test.
18-
// XFAIL: run-mode && arch-intel_gpu_pvc
18+
// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev
1919
// XFAIL-TRACKER: GSD-10510, GSD-11681
2020

2121
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Waiting for the commit in IGC to be pulled into the driver to resolve the
1818
// test.
19-
// XFAIL: run-mode && arch-intel_gpu_pvc
19+
// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev
2020
// XFAIL-TRACKER: GSD-10510, GSD-11681
2121

2222
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// REQUIRES: aspect-ext_intel_matrix
1515
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1616

17-
// XFAIL: gpu && (!igc-dev || gpu-intel-dg2)
17+
// XFAIL: gpu-intel-dg2
1818
// XFAIL-TRACKER: GSD-10112
1919

2020
// RUN: %{build} -o %t.out

sycl/test-e2e/Matrix/joint_matrix_half_accumulator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// REQUIRES: aspect-ext_intel_matrix
1616
// REQUIRES-INTEL-DRIVER: lin: 27868, win: 101.5181
1717

18-
// XFAIL: gpu && (!igc-dev || gpu-intel-dg2)
18+
// XFAIL: gpu-intel-dg2
1919
// XFAIL-TRACKER: GSD-10112
2020

2121
// RUN: %{build} -o %t.out

sycl/test-e2e/bindless_images/array/fetch_sampled_array.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: aspect-ext_oneapi_image_array
33
// UNSUPPORTED: target-amd
44
// UNSUPPORTED-INTENDED: image array not currently supported on AMD
5+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223
57

68
// RUN: %{build} -o %t.out
79
// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out

sycl/test-e2e/bindless_images/array/read_sampled_array.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out
66

7+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
8+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223
9+
710
// Print test names and pass status.
811
// #define VERBOSE_LV1
912

sycl/test-e2e/bindless_images/read_sampled.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// UNSUPPORTED: hip
44
// UNSUPPORTED-INTENDED: Returning non-FP values from sampling fails on HIP.
55

6+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223
8+
69
// RUN: %{build} -o %t.out
710
// RUN: %{run-unfiltered-devices} %t.out
811

0 commit comments

Comments
 (0)