Skip to content

Commit

Permalink
Update oneflow/user/kernels/collective_communication/include/recv.h
Browse files Browse the repository at this point in the history
Co-authored-by: binbinHan <[email protected]>
  • Loading branch information
Flowingsun007 and clackhan authored Jan 24, 2025
1 parent b369a2c commit 3e67ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Recv : public CollectiveCommunication {
virtual void Launch(ep::Stream* stream, void* out, size_t elem_cnt, int64_t src) const = 0;

virtual void Launch(ep::Stream* stream, void* out, size_t elem_cnt, int64_t src,
CclComm ccl_comm) const = 0;
const CclComm& ccl_comm) const = 0;
};

inline bool IsRecvRegistered(DeviceType device_type) {
Expand Down

0 comments on commit 3e67ade

Please sign in to comment.