Skip to content

Commit

Permalink
Merge branch '2312-dbg-dask-timeout' of github.com:dantegd/cuml into …
Browse files Browse the repository at this point in the history
…2312-dbg-dask-timeout
  • Loading branch information
dantegd committed Nov 29, 2023
2 parents 6146cd3 + 0592e7b commit cc82a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cuml/tests/dask/test_dask_nearest_neighbors.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
pd = cpu_only_import("pandas")

np = cpu_only_import("numpy")
cp = cpu_only_import("cupy")
cp = gpu_only_import("cupy")


IS_ARM = platform.processor() == "aarch64"

if IS_ARM and cp.cuda.runtime.runtimeGetVersion() <= 11080:
if IS_ARM and cp.cuda.runtime.runtimeGetVersion() < 11080:
pytest.skip(
"Test hang in AARCH64 with CUDA < 11.8: "
"https://github.com/rapidsai/cuml/issues/5673",
Expand Down

0 comments on commit cc82a80

Please sign in to comment.