Skip to content

Commit

Permalink
CL/HIER: add reduce to supported colls (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored Jul 11, 2024
1 parent cffc2bd commit 8d34c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/cl/hier/cl_hier.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ UCC_CLASS_DECLARE(ucc_cl_hier_team_t, ucc_base_context_t *,
UCC_COLL_TYPE_ALLTOALLV | \
UCC_COLL_TYPE_ALLREDUCE | \
UCC_COLL_TYPE_BARRIER | \
UCC_COLL_TYPE_BCAST)
UCC_COLL_TYPE_BCAST | \
UCC_COLL_TYPE_REDUCE)

ucc_status_t ucc_cl_hier_coll_init(ucc_base_coll_args_t *coll_args,
ucc_base_team_t *team,
Expand Down

0 comments on commit 8d34c1c

Please sign in to comment.