TaoLv commented on a change in pull request #13643: Remove mklml pre-install in 
ci
URL: https://github.com/apache/incubator-mxnet/pull/13643#discussion_r243304090
 
 

 ##########
 File path: Makefile
 ##########
 @@ -69,14 +69,23 @@ ifeq ($(USE_MKLDNN), 1)
        MKLDNNROOT = $(ROOTDIR)/3rdparty/mkldnn/build/install
        MKLROOT = $(ROOTDIR)/3rdparty/mkldnn/build/install
        export USE_MKLML = 1
+       CFLAGS += -DMXNET_USE_MKLDNN=1
+       CFLAGS += -DUSE_MKL=1
+       CFLAGS += -I$(ROOTDIR)/src/operator/nn/mkldnn/
+       ifneq ($(MKLDNNROOT), $(MKLROOT))
 
 Review comment:
   always true.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to