Skip to content

Commit

Permalink
adding kmeans to xfail since single precision failing
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshyoga committed Mar 26, 2024
1 parent 652ea4d commit b4a2502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpbench/configs/bench_info/kmeans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ output_args = [
]
# TODO: remove once fixed. Fails randomly
# remove numba_dpex_k once atomics on SLM is implemented
expected_failure_implementations = ["numba_mlir_k", "numba_dpex_k"]
expected_failure_implementations = ["numba_mlir_k", "numba_dpex_k", "sycl"]

[benchmark.parameters.S]
npoints = 4096
Expand Down

0 comments on commit b4a2502

Please sign in to comment.