Skip to content

Commit e1ccc9c

Browse files
authored
[SYCL][E2E] Enable tests XPASSing in nightly (#20929)
XPASSing with new driver update https://github.com/intel/llvm/actions/runs/20313438467 Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent 31d8329 commit e1ccc9c

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

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
@@ -13,7 +13,7 @@
1313

1414
// -ffp-model=precise is added to not depend on compiler defaults.
1515

16-
// XFAIL: run-mode && arch-intel_gpu_pvc
16+
// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev
1717
// XFAIL-TRACKER: GSD-10510, GSD-11778
1818

1919
#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
@@ -14,7 +14,7 @@
1414

1515
// -ffp-model=precise is added to not depend on compiler defaults.
1616

17-
// XFAIL: run-mode && arch-intel_gpu_pvc
17+
// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev
1818
// XFAIL-TRACKER: GSD-10510, GSD-11778
1919

2020
#include "common.hpp"

sycl/test-e2e/SubGroup/reduce.cpp

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

4-
// XFAIL: linux && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) && !igc-dev
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20757
6-
74
//==--------------- reduce.cpp - SYCL sub_group reduce test ----*- C++ -*---==//
85
//
96
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)