apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.78k stars 6.79k forks source link

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

Open zhyaoch opened 2 years ago

zhyaoch commented 2 years ago

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

github-actions[bot] commented 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.

josephevans commented 2 years ago

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?