Open junrushao opened 5 years ago
Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended label(s): Build
Tried with the most recent HEAD (dccfc88f66d23366bd478ec42fd9b106ae74d2ad) the issue still exists.
problem still here in latest code today, master branch, on MacOS latest with llvm 11.
Should be fixed by https://github.com/apache/incubator-mxnet/issues/19610
Description
Hey, I am trying building MXNet from source using CMake. Although I am able to build it, cmake does produce some warnings that I would love to configure out why.
I suppose that openmp is downloaded by the cmake script and built from scratch, so shouldn't it be self-contained? So is there any flags that i missed out? Any ideas would be super helpful!
Environment info (Required)
Package used (Python/R/Scala/Julia): Python
Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio): gcc 7.4
MXNet commit hash: cab1dfad37f044d691e7c4ea81d73463cfcf0c8d
Build config: cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DUSE_CUDA=OFF (Paste the content of config.mk, or the build command.)
Error Message:
Minimum reproducible example
Just run
cmake .. -DUSE_CUDA=OFF
.Steps to reproduce
Just run
cmake .. -DUSE_CUDA=OFF
.What have you tried to solve it?
No idea