Skip to content

Commit b4a2502

Browse files
committed
adding kmeans to xfail since single precision failing
1 parent 652ea4d commit b4a2502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpbench/configs/bench_info/kmeans.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ output_args = [
3030
]
3131
# TODO: remove once fixed. Fails randomly
3232
# remove numba_dpex_k once atomics on SLM is implemented
33-
expected_failure_implementations = ["numba_mlir_k", "numba_dpex_k"]
33+
expected_failure_implementations = ["numba_mlir_k", "numba_dpex_k", "sycl"]
3434

3535
[benchmark.parameters.S]
3636
npoints = 4096

0 commit comments

Comments
 (0)