Skip to content

Commit ee21be7

Browse files
author
Nicholas Sielicki
committed
build: delete ep_addr_list, delete uthash
there are no remaining consumers of uthash or ep_addr_list. Delete the code.
1 parent d7f705b commit ee21be7

12 files changed

+2
-2719
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ tests/unit/scheduler
2626
tests/unit/idpool
2727
tests/unit/show_tuner_decisions
2828
tests/unit/show_tuner_costs
29-
tests/unit/ep_addr_list
3029
tests/unit/mr
3130
tests/unit/region_based_tuner
3231

3rd-party/Makefile.am

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ noinst_HEADERS = \
2323
nccl/neuron/include/nccl/err.h \
2424
nccl/neuron/include/nccl/net.h \
2525
nccl/neuron/include/nccl/net_v4.h \
26-
nccl/neuron/include/nccl/net_v5.h \
27-
uthash/include/uthash/utlist.h \
28-
uthash/include/uthash/uthash.h
26+
nccl/neuron/include/nccl/net_v5.h

3rd-party/uthash/LICENSE

-21
This file was deleted.

3rd-party/uthash/include/uthash/uthash.h

-1,140
This file was deleted.

3rd-party/uthash/include/uthash/utlist.h

-1,076
This file was deleted.

include/Makefile.am

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ noinst_HEADERS = \
3838
tracing_impl/lttng.h \
3939
tracing_impl/nvtx.h \
4040
internal/tuner/nccl_defaults.h \
41-
nccl_ofi_platform.h \
42-
nccl_ofi_ep_addr_list.h
41+
nccl_ofi_platform.h

include/nccl_ofi_ep_addr_list.h

-87
This file was deleted.

include/nccl_ofi_rdma.h

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ extern "C" {
1515

1616
#include "nccl_ofi.h"
1717
#include "nccl_ofi_deque.h"
18-
#include "nccl_ofi_ep_addr_list.h"
1918
#include "nccl_ofi_freelist.h"
2019
#include "nccl_ofi_idpool.h"
2120
#include "nccl_ofi_log.h"

src/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ sources = \
2525
nccl_ofi_ofiutils.c \
2626
nccl_ofi_pthread.c \
2727
nccl_ofi_dmabuf.c \
28-
nccl_ofi_ep_addr_list.c \
2928
nccl_ofi_param.c \
3029
tracepoint.c
3130

src/nccl_ofi_ep_addr_list.c

-224
This file was deleted.

tests/unit/Makefile.am

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ noinst_PROGRAMS = \
1717
msgbuff \
1818
scheduler \
1919
idpool \
20-
ep_addr_list \
2120
mr
2221

2322
if !ENABLE_NEURON
@@ -39,7 +38,6 @@ deque_SOURCES = deque.c
3938
freelist_SOURCES = freelist.c
4039
msgbuff_SOURCES = msgbuff.c
4140
scheduler_SOURCES = scheduler.c
42-
ep_addr_list_SOURCES = ep_addr_list.c
4341
mr_SOURCES = mr.c
4442

4543
TESTS = $(noinst_PROGRAMS)

0 commit comments

Comments
 (0)