Skip to content

Commit

Permalink
TL/UCP: bugfix in allreduce dbt (openucx#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo authored Jan 29, 2024
1 parent 878414a commit c9f1286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/ucp/allreduce/allreduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ucc_base_coll_alg_info_t
.desc = "recursive knomial scatter-reduce followed by knomial "
"allgather (optimized for BW)"},
[UCC_TL_UCP_ALLREDUCE_ALG_DBT] =
{.id = UCC_TL_UCP_ALLREDUCE_ALG_SRA_KNOMIAL,
{.id = UCC_TL_UCP_ALLREDUCE_ALG_DBT,
.name = "dbt",
.desc = "alreduce over double binary tree where a leaf in one tree "
"will be intermediate in other (optimized for BW)"},
Expand Down

0 comments on commit c9f1286

Please sign in to comment.