Skip to content

Commit

Permalink
Fix ext-net/google-fastsocket build
Browse files Browse the repository at this point in the history
  • Loading branch information
sjeaugey committed Jan 24, 2022
1 parent cc78e9f commit 0144073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext-net/google-fastsocket/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
CUDA_HOME?=/usr/local/cuda
INC:=-I$(CUDA_HOME)/include
PLUGIN_SO:=../../build/libnccl-net.so
PLUGIN_SO:=libnccl-net.so

default: $(PLUGIN_SO)

$(PLUGIN_SO): nccl-fastsocket/net_fastsocket.cc nccl-fastsocket/compat.cc
$(PLUGIN_SO): nccl-fastsocket/net_fastsocket.cc nccl-fastsocket/compat.cc nccl-fastsocket/utilities.cc
$(CC) $(INC) -fPIC -shared -o $@ -Wl,-soname,$(PLUGIN_SO) $^

nccl-fastsocket/%.cc:
Expand Down

0 comments on commit 0144073

Please sign in to comment.