We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652ea4d commit b4a2502Copy full SHA for b4a2502
dpbench/configs/bench_info/kmeans.toml
@@ -30,7 +30,7 @@ output_args = [
30
]
31
# TODO: remove once fixed. Fails randomly
32
# remove numba_dpex_k once atomics on SLM is implemented
33
-expected_failure_implementations = ["numba_mlir_k", "numba_dpex_k"]
+expected_failure_implementations = ["numba_mlir_k", "numba_dpex_k", "sycl"]
34
35
[benchmark.parameters.S]
36
npoints = 4096
0 commit comments