[GitHub] [incubator-mxnet] nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-17 Thread GitBox
nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-512510803 > @nuslq thank you for the turn around. Approve now. > It would be better if you can also change the description of this

[GitHub] [incubator-mxnet] nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-16 Thread GitBox
nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-511940273 > @yugoren Can you double check? I can statically link MKL BLAS library by adding USE_BLAS=mkl to the make command line.

[GitHub] [incubator-mxnet] nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-03 Thread GitBox
nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-508226486 @TaoLv, I built mxnet using command line "make -j $(nproc) USE_BLAS=mkl", and got the followings from "ldd lib/libmxnet.

[GitHub] [incubator-mxnet] nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-02 Thread GitBox
nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-507795508 @TaoLv, Thanks for your suggestion! After further experiments, I found that changing lower case "use_blas" to capit

[GitHub] [incubator-mxnet] nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-02 Thread GitBox
nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-507791072 @larroy, USE_STATIC_MKL is updated in config.mk between lines 137 - 142, which I had put in the description. -