iblis17 commented on issue #13464: [WIP] Feature/mklnn default make + test on jenkins URL: https://github.com/apache/incubator-mxnet/pull/13464#issuecomment-447536265 And I built a `libmxnet.so` at local. I tried to load it with Julia, seems works. ```julia julia> using MXNet julia> ENV["MXNET_HOME"] "/home/iblis/git/mxnet-mkl" julia> foreach(Libdl.dllist()) do x if !contains(x,"mx") return end @show x end x = "/home/iblis/git/mxnet-mkl/lib/libmxnet.so" x = "/home/iblis/git/mxnet-mkl/lib/libmklml_intel.so" x = "/home/iblis/git/mxnet-mkl/lib/libiomp5.so" x = "/home/iblis/git/mxnet-mkl/lib/libmkldnn.so.0" ```
---------------------------------------------------------------- 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
