-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fails to make -j4 #15392
Comments
Hey, this is the MXNet Label Bot. |
@mxnet-label-bot add [build] |
@Kangzf1996 could you provide more information about this failure. I am able to build from source on my end. Could you add more error trace? Are you building MXNet from master branch? |
@mxnet-label-bot add ["Pending Requester Info"] |
Hi, @vdantu Thank you for your reply. I build MXNet follow https://github.com/msracver/Flow-Guided-Feature-Aggregation |
@Kangzf1996 , Wow. This seems to be using MXNet 0.10.0 which as released in May 2017. Isn't this project compatible with latest MXNet? |
I'm not sure. I will try that. Thank you! |
@vdantu Hi, there are also some errors when I using MXNet1.4.0. |
@Kangzf1996 Can you share the compiler error log as well as the steps to reproduce? |
@TaoLv |
@Kangzf1996 thanks for the prompt reply. Looks like you're using GCC 9+. Have you ever tried a lower version of GCC? @marcoabreu do we have GCC 9+ in the CI and do we claim MXNet supports that? |
@Kangzf1996 For your information, the error of compiling MKL-DNN with GCC 9+ is fixed in the v0.20 release of MKL-DNN. I'm working on upgrading the dependency on MXNet side: #15422. |
Ok, thank you. I will try a lower version of GCC |
Should be fixed via #15422. Feel free to reopen if the problem is still there. |
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io
Description
when I run the make -j4, there are some errors.
make: *** [Makefile:207: build/src/operator/custom/custom.o] Error 1
Environment info (Required)
Python2.7, fedora30
Package used (Python/R/Scala/Julia):
(I'm using ...)
For Scala user, please provide:
java -version
)mvn -version
)scala -version
)For R user, please provide R
sessionInfo()
:Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio):
MXNet commit hash:
(Paste the output of
git rev-parse HEAD
here.)Build config:
(Paste the content of config.mk, or the build command.)
Error Message:
(Paste the complete error message, including stack trace.)
Minimum reproducible example
(If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.)
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
The text was updated successfully, but these errors were encountered: