You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is written assuming eight GPUs are available on the system running the test. So I think these problems in the logs are benign, but I will open a separate PR to fix this latter problem for the 23.04 branch.
This is intentional, we're testing the ability to set CUDA_VISIBLE_DEVICES appropriately for each worker, and as noticed the downside are those errors that are harmless when fewer GPUs are available, but the logic test is still successful nevertheless. We could eventually attempt to ingest the warnings and suppress them instead, but other than that we don't want to remove the test or dumb it down only to prevent the stdout/stderr output.
On closer examination, this error in the test logs comes from this test
dask-cuda/dask_cuda/tests/test_dask_cuda_worker.py
Lines 25 to 61 in 8134e6b
Which is written assuming eight GPUs are available on the system running the test. So I think these problems in the logs are benign, but I will open a separate PR to fix this latter problem for the 23.04 branch.
Originally posted by @wence- in #1123 (comment)
The text was updated successfully, but these errors were encountered: