Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Dec 11, 2024
1 parent 6a0483b commit 453f3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ucp/benchmarks/cudf_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import cudf # noqa: E402
import rmm # noqa: E402
from rmm.allocators.cupy import rmm_cupy_allocator # noqa: E402

from cudf.core.abc import Serializable

def sizeof_cudf_dataframe(df):
return int(
Expand Down Expand Up @@ -72,7 +72,7 @@ async def recv_df(ep):
for frame in frames:
await ep.recv(frame)

return cudf.Serializable.device_deserialize(header, frames)
return Serializable.device_deserialize(header, frames)


async def barrier(rank, eps):
Expand Down

0 comments on commit 453f3cf

Please sign in to comment.