Skip to content

Commit

Permalink
TL/MLX5: a2a part 1 -- coll init (openucx#790)
Browse files Browse the repository at this point in the history
* TL/MLX5: a2a part 1 -- coll init

* BUILD: fix inclusion path
  • Loading branch information
samnordmann authored and Kaidrikov Evgeny committed Aug 14, 2023
1 parent 7220e23 commit 4bec261
Show file tree
Hide file tree
Showing 12 changed files with 1,508 additions and 23 deletions.
11 changes: 9 additions & 2 deletions src/components/tl/mlx5/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

if TL_MLX5_ENABLED

alltoall = \
alltoall/alltoall.h \
alltoall/alltoall.c \
alltoall/alltoall_mkeys.h \
alltoall/alltoall_mkeys.c

mcast = \
mcast/tl_mlx5_mcast_context.c \
mcast/tl_mlx5_mcast.h \
Expand All @@ -19,7 +25,6 @@ sources = \
tl_mlx5_team.c \
tl_mlx5_coll.h \
tl_mlx5_coll.c \
$(mcast) \
tl_mlx5_ib.h \
tl_mlx5_ib.c \
tl_mlx5_wqe.h \
Expand All @@ -28,7 +33,9 @@ sources = \
tl_mlx5_pd.c \
tl_mlx5_rcache.c \
tl_mlx5_dm.c \
tl_mlx5_dm.h
tl_mlx5_dm.h \
$(mcast) \
$(alltoall)

module_LTLIBRARIES = libucc_tl_mlx5.la
libucc_tl_mlx5_la_SOURCES = $(sources)
Expand Down
Loading

0 comments on commit 4bec261

Please sign in to comment.