Skip to content

Commit

Permalink
Update oneflow/user/kernels/eager_nccl_s2s_kernel.cu
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 5636f1b commit 8110bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oneflow/user/kernels/eager_nccl_s2s_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class EagerNcclOpKernelCache final : public user_op::OpKernelCache {
~EagerNcclOpKernelCache() override = default;

Symbol<ParallelDesc> parallel_desc() const { return parallel_desc_; }
ccl::CclComm ccl_comm() const { return ccl_comm_; }
const ccl::CclComm& ccl_comm() const { return ccl_comm_; }

private:
void Init(user_op::KernelCacheContext* ctx) {
Expand Down

0 comments on commit 8110bd2

Please sign in to comment.