Skip to content

Commit

Permalink
update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Dec 11, 2024
1 parent 38af753 commit 6a0483b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ucp/benchmarks/cudf_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ async def recv_df(ep):
for frame in frames:
await ep.recv(frame)

cudf_typ = pickle.loads(header["type-serialized"])
return cudf_typ.deserialize(header, frames)
return cudf.Serializable.device_deserialize(header, frames)


async def barrier(rank, eps):
Expand Down

0 comments on commit 6a0483b

Please sign in to comment.