Skip to content

Commit

Permalink
build: delete ep_addr_list, delete uthash
Browse files Browse the repository at this point in the history
there are no remaining consumers of uthash or ep_addr_list. Delete the
code.

Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
  • Loading branch information
Nicholas Sielicki committed Dec 3, 2024
1 parent 3d63886 commit 70a4020
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2,719 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ tests/unit/scheduler
tests/unit/idpool
tests/unit/show_tuner_decisions
tests/unit/show_tuner_costs
tests/unit/ep_addr_list
tests/unit/mr
tests/unit/region_based_tuner

Expand Down
4 changes: 1 addition & 3 deletions 3rd-party/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ noinst_HEADERS = \
nccl/neuron/include/nccl/err.h \
nccl/neuron/include/nccl/net.h \
nccl/neuron/include/nccl/net_v4.h \
nccl/neuron/include/nccl/net_v5.h \
uthash/include/uthash/utlist.h \
uthash/include/uthash/uthash.h
nccl/neuron/include/nccl/net_v5.h
21 changes: 0 additions & 21 deletions 3rd-party/uthash/LICENSE

This file was deleted.

1,140 changes: 0 additions & 1,140 deletions 3rd-party/uthash/include/uthash/uthash.h

This file was deleted.

1,076 changes: 0 additions & 1,076 deletions 3rd-party/uthash/include/uthash/utlist.h

This file was deleted.

3 changes: 1 addition & 2 deletions include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ noinst_HEADERS = \
tracing_impl/lttng.h \
tracing_impl/nvtx.h \
internal/tuner/nccl_defaults.h \
nccl_ofi_platform.h \
nccl_ofi_ep_addr_list.h
nccl_ofi_platform.h
87 changes: 0 additions & 87 deletions include/nccl_ofi_ep_addr_list.h

This file was deleted.

1 change: 0 additions & 1 deletion include/nccl_ofi_rdma.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ extern "C" {

#include "nccl_ofi.h"
#include "nccl_ofi_deque.h"
#include "nccl_ofi_ep_addr_list.h"
#include "nccl_ofi_freelist.h"
#include "nccl_ofi_idpool.h"
#include "nccl_ofi_log.h"
Expand Down
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ sources = \
nccl_ofi_ofiutils.c \
nccl_ofi_pthread.c \
nccl_ofi_dmabuf.c \
nccl_ofi_ep_addr_list.c \
nccl_ofi_param.c \
tracepoint.c

Expand Down
224 changes: 0 additions & 224 deletions src/nccl_ofi_ep_addr_list.c

This file was deleted.

2 changes: 0 additions & 2 deletions tests/unit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ noinst_PROGRAMS = \
msgbuff \
scheduler \
idpool \
ep_addr_list \
mr

if !ENABLE_NEURON
Expand All @@ -39,7 +38,6 @@ deque_SOURCES = deque.cc
freelist_SOURCES = freelist.cc
msgbuff_SOURCES = msgbuff.cc
scheduler_SOURCES = scheduler.cc
ep_addr_list_SOURCES = ep_addr_list.cc
mr_SOURCES = mr.cc

TESTS = $(noinst_PROGRAMS)
Expand Down
Loading

0 comments on commit 70a4020

Please sign in to comment.