Skip to content

Commit e163bf0

Browse files
committed
UCT/CUDA_IPC: install missing headers
1 parent d8ea53e commit e163bf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/uct/cuda/Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ libuct_cuda_la_LDFLAGS = $(CUDA_LDFLAGS) -version-info $(SOVERSION)
1414
libuct_cuda_la_LIBADD = $(top_builddir)/src/ucs/libucs.la \
1515
$(top_builddir)/src/uct/libuct.la \
1616
$(CUDA_LIBS) $(NVML_LIBS)
17+
libuct_cuda_ladir = $(includedir)/uct/cuda
18+
19+
nobase_dist_libuct_cuda_la_HEADERS = \
20+
cuda_ipc/cuda_ipc.cuh \
21+
cuda_ipc/cuda_ipc_device.h
1722

1823
noinst_HEADERS = \
1924
base/cuda_md.h \

0 commit comments

Comments
 (0)