Skip to content

Commit

Permalink
CL/HIER: homogenize names (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnvidia authored Dec 13, 2023
1 parent e20dbb5 commit 9c44901
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 9c44901

Please sign in to comment.