Squashed commit of the following:
commit 02eb64bf5e9f6c22138b5111f5518f6087cea7e0 Author: TJ <tix@microsoft.com> Date: Mon Jul 9 13:07:13 2018 -0700 set the multiverso lib file when asgd is set to true, otherwise it will look for a lib that doesn't match any rule when asgd=false
This commit is contained in:
Родитель
55b4606b23
Коммит
83370c12a9
3
Makefile
3
Makefile
|
@ -694,7 +694,10 @@ EVAL_LIB:=$(LIBDIR)/lib$(EVAL).so
|
|||
ALL_LIBS+=$(EVAL_LIB)
|
||||
SRC+=$(EVAL_SRC)
|
||||
|
||||
# only set lib name when asgd is true
|
||||
ifeq ("$(CNTK_ENABLE_ASGD)","true")
|
||||
MULTIVERSO_LIB:=$(LIBDIR)/libmultiverso.so
|
||||
endif
|
||||
|
||||
$(EVAL_LIB): $(EVAL_OBJ) | $(CNTKMATH_LIB) $(MULTIVERSO_LIB)
|
||||
@echo $(SEPARATOR)
|
||||
|
|
Загрузка…
Ссылка в новой задаче