Add --no-as-needed to make sure that cudart library gets liked

[ROCm/rccl commit: c0c959b1be]
Este commit está contenido en:
Adam Paszke
2016-04-13 10:04:38 -04:00
padre 014160c90a
commit 3baec150aa
+1 -1
Ver fichero
@@ -50,7 +50,7 @@ NVCUFLAGS += -Xptxas -v -Xcompiler -Wall,-Wextra
CXXFLAGS += -Wall -Wextra
endif
LDFLAGS := -L$(CUDA_HOME)/lib64 -lcudart
LDFLAGS := -Wl,--no-as-needed -L$(CUDA_HOME)/lib64 -lcudart
MPIFLAGS := -I$(MPI_HOME)/include -L$(MPI_HOME)/lib -lmpi
TSTINC := -Ibuild/include -Itest/include