TaoLv commented on issue #12953: Update MKL-DNN dependency URL: https://github.com/apache/incubator-mxnet/pull/12953#issuecomment-434297735 More information: on my local machine, after building mxnet from source, `mxnet_unit_tests` binrary is linked to a pre-installed MKL-DNN so, while `libmxnet.so` binary is lined to the MKL-DNN under mxnet/lib folder. ``` [lvtao@mlt-ace mxnet-official]$ ldd mxnet_unit_tests | grep mkldnn libmkldnn.so.0 => /home/lvtao/.local/lib/libmkldnn.so.0 (0x00007ff12bdc9000) [lvtao@mlt-ace mxnet-official]$ ldd lib/libmxnet.so | grep mkldnn libmkldnn.so.0 => /home/lvtao/Workspace/mxnet-official/lib/libmkldnn.so.0 (0x00007fb6371e0000) ```
---------------------------------------------------------------- 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
