Skip to content

Commit

Permalink
TL/UCP: fix reduce dbt description (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored Apr 3, 2024
1 parent e1b2898 commit 98594d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/ucp/reduce/reduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ucc_base_coll_alg_info_t
[UCC_TL_UCP_REDUCE_ALG_DBT] =
{.id = UCC_TL_UCP_REDUCE_ALG_DBT,
.name = "dbt",
.desc = "bcast over double binary tree where a leaf in one tree "
.desc = "reduce over double binary tree where a leaf in one tree "
"will be intermediate in other (optimized for BW)"},
[UCC_TL_UCP_REDUCE_ALG_LAST] = {
.id = 0, .name = NULL, .desc = NULL}};
Expand Down

0 comments on commit 98594d8

Please sign in to comment.