ChaiBapchya commented on pull request #18797: URL: https://github.com/apache/incubator-mxnet/pull/18797#issuecomment-668742153
I can confirm mkldnn headers exist ``` wget https://repo.mxnet.io/dist/python/cpu/mxnet-1.7.0b20200803-py2.py3-none-manylinux2014_x86_64.whl unzip mxnet-1.7.0b20200803-py2.py3-none-manylinux2014_x86_64.whl -d 17_check_mkl cd 17_check_mkl find . -name "*mkl*" ``` Output ``` ./mxnet/include/mkldnn ./mxnet/include/mkldnn/mkldnn_debug.h ./mxnet/include/mkldnn/mkldnn_types.h ./mxnet/include/mkldnn/mkldnn.h ./mxnet/include/mkldnn/mkldnn_version.h ./mxnet/include/mkldnn/mkldnn_config.h ./mxnet/include/mkldnn/mkldnn_dnnl_mangling.h ./mxnet/include/mkldnn/mkldnn.hpp ``` ---------------------------------------------------------------- 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]
