From 8a79a34301eaaf25095c4087e1e9b93ef5799018 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sat, 29 Jul 2023 00:15:06 +0000 Subject: [PATCH] Add ofi_nccl_cuda.h to dist tarball 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 (cherry picked from commit db61a34d26258f13ac79678bd78cd583d3175a99) --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 4b21aa631..b78919a08 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \