Skip to content

Commit cb51d73

Browse files
committed
marking kmeans_numba_dpex_k as expected failure since it uses atomics on SLM which is not yet supported in numba_dpex
1 parent d8431f4 commit cb51d73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpbench/configs/bench_info/kmeans.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ output_args = [
2929
"arrayCnumpoint",
3030
]
3131
# TODO: remove once fixed. Fails randomly
32-
expected_failure_implementations = ["numba_mlir_k"]
32+
# remove numba_dpex_k once atomics on SLM is implemented
33+
expected_failure_implementations = ["numba_mlir_k", "numba_dpex_k"]
3334

3435
[benchmark.parameters.S]
3536
npoints = 4096

0 commit comments

Comments
 (0)