marcoabreu closed pull request #11449: [MXNET-605] Hotfix for USE_BLAS=mkl 
compile bug
URL: https://github.com/apache/incubator-mxnet/pull/11449
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Makefile b/Makefile
index df94e44053f..d597cfba05d 100644
--- a/Makefile
+++ b/Makefile
@@ -68,10 +68,8 @@ endif
 ifeq ($(USE_MKLDNN), 1)
        MKLDNNROOT = $(ROOTDIR)/3rdparty/mkldnn/install
        MKLROOT = $(ROOTDIR)/3rdparty/mkldnn/install
-ifneq ($(USE_BLAS), mkl)
        export USE_MKLML = 1
 endif
-endif
 
 include $(TPARTYDIR)/mshadow/make/mshadow.mk
 include $(DMLC_CORE)/make/dmlc.mk


 

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