Skip to content

Commit

Permalink
TL/MLX5: a2a part 1 -- coll init
Browse files Browse the repository at this point in the history
  • Loading branch information
samnordmann committed Jun 27, 2023
1 parent 1280664 commit aebdc1f
Show file tree
Hide file tree
Showing 10 changed files with 1,503 additions and 18 deletions.
9 changes: 8 additions & 1 deletion 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

sources = \
tl_mlx5.h \
tl_mlx5.c \
Expand All @@ -19,7 +25,8 @@ sources = \
tl_mlx5_pd.c \
tl_mlx5_rcache.c \
tl_mlx5_dm.c \
tl_mlx5_dm.h
tl_mlx5_dm.h \
$(alltoall)

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

0 comments on commit aebdc1f

Please sign in to comment.