Skip to content

Commit

Permalink
Merge branch 'update-distributed-breaking-changes' into unpin_dask
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 24, 2023
2 parents 55bbf45 + 3b070f2 commit 691f556
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 121 deletions.
2 changes: 0 additions & 2 deletions dask_cuda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

__version__ = "23.12.00"

from . import compat

# Monkey patching Dask to make use of explicit-comms when `DASK_EXPLICIT_COMMS=True`
dask.dataframe.shuffle.rearrange_by_column = get_rearrange_by_column_wrapper(
dask.dataframe.shuffle.rearrange_by_column
Expand Down
118 changes: 0 additions & 118 deletions dask_cuda/compat.py

This file was deleted.

2 changes: 1 addition & 1 deletion dask_cuda/device_host_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
serialize_bytelist,
)
from distributed.sizeof import safe_sizeof
from distributed.spill import CustomFile as KeyAsStringFile
from distributed.spill import AnyKeyFile as KeyAsStringFile
from distributed.utils import nbytes

from .is_device_object import is_device_object
Expand Down

0 comments on commit 691f556

Please sign in to comment.