mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

It looks like some files are missing from the source code in the mxnet version 0.9.5

Open zhyaoch opened this issue 3 years ago • 1 comments

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

zhyaoch avatar Sep 14 '22 03:09 zhyaoch

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.

github-actions[bot] avatar Sep 14 '22 03:09 github-actions[bot]

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?

josephevans avatar Oct 13 '22 16:10 josephevans