Skip to content

Commit

Permalink
Add ofi_nccl_cuda.h to dist tarball
Browse files Browse the repository at this point in the history
When we added ofi_nccl_cuda.{c,h}, forgot to update the makefile
to include the headers.  This fixes "make dist".

Signed-off-by: Brian Barrett <bbarrett@amazon.com>
(cherry picked from commit db61a34)
  • Loading branch information
bwbarrett committed Jul 29, 2023
1 parent 794a496 commit 8a79a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

noinst_HEADERS = \
nccl_ofi.h \
nccl_ofi_cuda.h \
nccl_ofi_sendrecv.h \
nccl_ofi_rdma.h \
nccl_ofi_scheduler.h \
Expand Down

0 comments on commit 8a79a34

Please sign in to comment.