Skip to content

Commit 86008b8

Browse files
author
iclsrc
committed
Merge from 'sycl' to 'sycl-web' (2 commits)
2 parents 69b7785 + 9283d86 commit 86008b8

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

devops/scripts/benchmarks/benches/syclbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def benchmarks(self) -> list[Benchmark]:
8686
# Gesumv(self), # validation failure
8787
# Gramschmidt(self), # validation failure
8888
KMeans(self),
89-
LinRegCoeff(self),
89+
# LinRegCoeff(self), # FIXME: causes serious GPU hangs on 25.31.34666.3
9090
# LinRegError(self), # run time < 1ms
9191
# MatmulChain(self), # validation failure
9292
MolDyn(self),

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313

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

16-
// Waiting for the commit in IGC to be pulled into the driver to resolve the
17-
// test.
1816
// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev
19-
// XFAIL-TRACKER: GSD-10510, GSD-11681
17+
// XFAIL-TRACKER: GSD-10510, GSD-11778
2018

2119
#include "common.hpp"
2220
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414

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

17-
// Waiting for the commit in IGC to be pulled into the driver to resolve the
18-
// test.
1917
// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev
20-
// XFAIL-TRACKER: GSD-10510, GSD-11681
18+
// XFAIL-TRACKER: GSD-10510, GSD-11778
2119

2220
#include "common.hpp"
2321
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

0 commit comments

Comments
 (0)