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:
TJ 2018-07-09 16:41:26 -07:00
Родитель 55b4606b23
Коммит 83370c12a9
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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)