Skip to content

Commit

Permalink
Add back has_cuda_context before next Distributed release
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Sep 14, 2021
1 parent e45cc34 commit 488ef3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dask_cuda/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

import dask
import distributed.comm.ucx
from distributed.diagnostics.nvml import has_cuda_context

from .utils import get_ucx_config
from .utils import get_ucx_config, has_cuda_context

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 488ef3d

Please sign in to comment.