fix send to other devices and compile on cloud
This commit is contained in:
parent
446b382333
commit
38a860eba1
4 changed files with 22 additions and 17 deletions
|
|
@ -13,7 +13,7 @@ CUDAFLAGS = -arch=sm_75
|
|||
CUDALIBS = -I/usr/local/cuda/include -L/usr/local/cuda/lib64 -lcudart -lcuda
|
||||
|
||||
# MPI flags and libraries
|
||||
DISTRIBUTEDLIBS = -lmpi_cxx -lnccl
|
||||
DISTRIBUTEDLIBS = -lmpi_cxx -lnccl -lmpi
|
||||
|
||||
# Directories
|
||||
SRCDIR = ../norch/csrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue