Skip to content

Commit 9283d86

Browse files
authored
[Benchmark] Disable sycl-bench/lin_reg_coeff benchmark (#20156)
`lin_reg_coeff` seems to be sporadically causing a GPU hang on the BMG runner: The hang is so bad that we are forced to restart the machine when the hang happens. Undoubtedly there is probably a driver issue involved here (compute-runtime 25.31.34666.3 is used), but to ensure the CI runs continuously I am disabling the test.
1 parent 25a8dec commit 9283d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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),

0 commit comments

Comments
 (0)