Open zhyaoch opened 2 years ago
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
Hello, MXNet 0.9.5 is a very old version; the latest release is 1.9.1.
The files missing appear to be Intel MKL header files. Do you have MKL installed properly?
Description
When I was compiling the source code of Mxnet v0.9.5,there meet some Error Messages that said can't open the file of “mkl_dnn_types.h” and “mkl_dnn.h”,and it seems like these file isn't in the source code of Mxnet,so where should I find these files.
Error Message
fatal error: mkl_dnn.h: No such file or directory fatal error: mkl_dnn_types.h: No such file or directory