Skip to content

Commit

Permalink
Merge branch 'cl_hier_allgatherv' of https://github.com/x41lakazam/ucc
Browse files Browse the repository at this point in the history
…into nsarka/cl-hier-allgatherv
  • Loading branch information
nsarkauskas committed Nov 12, 2024
2 parents 4c5ac3e + 75878fa commit 7846e7e
Show file tree
Hide file tree
Showing 9 changed files with 442 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/components/cl/hier/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#

allgatherv = \
allgatherv/allgatherv.h \
allgatherv/allgatherv.c

allreduce = \
allreduce/allreduce.h \
allreduce/allreduce.c \
Expand Down Expand Up @@ -38,6 +42,7 @@ sources = \
cl_hier_team.c \
cl_hier_coll.c \
cl_hier_coll.h \
$(allgatherv) \
$(allreduce) \
$(alltoallv) \
$(alltoall) \
Expand Down
Loading

0 comments on commit 7846e7e

Please sign in to comment.