TaoLv commented on issue #15419: Can't install mxnet with mkldnn,Error: 
undefined symbol: mkldnn_primitive_desc_query_memory_d
URL: 
https://github.com/apache/incubator-mxnet/issues/15419#issuecomment-507160731
 
 
   There is no need to update MKL-DNN manually.
   After calling `make -j $(nproc) USE_OPENCV=1 USE_MKLDNN=1 USE_BLAS=openblas 
USE_INTEL_PATH=/opt/intel`, you should get a lib folder under the mxnet root 
directory. You can find mkldnn and mklml libraries in the lib folder.
   Please try to `export PYTHONPATH=<mxnet root directory>/python`, and then 
run the validation script. cc @yinghu5 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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