compile error with clang #9205
Replies: 3 comments
-
|
@CoinCheung |
Beta Was this translation helpful? Give feedback.
-
|
Clang 3.7+ has OpenMP support. Though it is a separate library and not all installs ship it (e.g. Apple's copy for instance). However it is trivial to build yourself. Also you can get copies of the complete Clang toolchain from your package manager of choice or Anaconda if you use that. |
Beta Was this translation helpful? Give feedback.
-
|
Any updates? I also try to compile mxnet with clang to avoid ABI issue. But even I specifiy |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
I can compile successfully with g++ but error appears with clang.
Environment info (Required)
Package used (Python/R/Scala/Julia):
(I'm using c++)
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):
clang
MXNet commit hash:
17427d1
Build config:
Error Message:
Minimum reproducible example
I just compile the library by running
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
Beta Was this translation helpful? Give feedback.
All reactions