Skip to content

Commit

Permalink
TL/UCP: fix in allgather ring (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
samnordmann authored Sep 7, 2023
1 parent 806fd14 commit 7117569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tl/ucp/allgather/allgather_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ ucc_status_t ucc_tl_ucp_allgather_ring_init(ucc_base_coll_args_t *coll_args,
status = ucc_tl_ucp_allgather_ring_init_common(task);
if (status != UCC_OK) {
ucc_tl_ucp_put_task(task);
return status;
}
*task_h = &task->super;
return UCC_OK;
Expand Down

0 comments on commit 7117569

Please sign in to comment.