Skip to content

Commit

Permalink
CL/HIER: homogenize names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnvidia authored Dec 3, 2023
1 parent a2ae31c commit 829db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cl/hier/allreduce/allreduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ucc_base_coll_alg_info_t
{.id = UCC_CL_HIER_ALLREDUCE_ALG_RAB,
.name = "rab",
.desc = "intra-node reduce, followed by inter-node allreduce,"
" followed by innode broadcast"},
" followed by intra-node broadcast"},
[UCC_CL_HIER_ALLREDUCE_ALG_SPLIT_RAIL] =
{.id = UCC_CL_HIER_ALLREDUCE_ALG_SPLIT_RAIL,
.name = "split_rail",
Expand Down

0 comments on commit 829db48

Please sign in to comment.