You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/06/28 13:13:56 UTC

[incubator-mxnet] branch master updated: [MXNET-605] Hotfix for USE_BLAS=mkl compile bug (#11449)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 515404a  [MXNET-605] Hotfix for USE_BLAS=mkl compile bug (#11449)
515404a is described below

commit 515404aed32bde802c7cbc8f9e1ff93d6c9ffbc6
Author: Xinyu Chen <xi...@intel.com>
AuthorDate: Thu Jun 28 21:13:49 2018 +0800

    [MXNET-605] Hotfix for USE_BLAS=mkl compile bug (#11449)
    
    [MXNET-605] Hotfix for USE_BLAS=mkl compile bug
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index df94e44..d597cfb 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