Skip to content

Commit 3f9eaee

Browse files
committed
maybe fix tests
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 493494d commit 3f9eaee

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

devops/compat_ci_exclude.sycl-rel-6_3

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ Basic/device_config_file_consistency.cpp
4242
AddressSanitizer/*
4343
MemorySanitizer/*
4444
ThreadSanitizer/*
45+
46+
# Started failing with new driver, needs investigation
47+
# https://github.com/intel/llvm/issues/20192
48+
Matrix/SG32/joint_matrix_bfloat16.cpp

sycl/test-e2e/Matrix/element_wise_ops.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
// XFAIL: arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h
1616
// XFAIL-TRACKER: CMPLRLLVM-66710
1717

18+
// XFAIL: linux && arch-intel_gpu_bmg_g21
19+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20190
20+
1821
#include "common.hpp"
1922
#include "element_wise_ops_impl.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

0 commit comments

Comments
 (0)