-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Using openblas #15652
Comments
Hey, this is the MXNet Label Bot. |
We have it as a switch (see https://github.com/apache/incubator-mxnet/blob/master/Makefile#L255). You should have USE_BLAS=open to use openblas |
so can we ignore openblas on Thanks, |
I might be wrong. @larroy Can you take a look? |
What's the question exactly? The description on the ticket is not clear. |
When you build with make and want to set it to openblas, do you use |
Yes, this seems to be wrong. |
@mxnet-label-bot add [Bug] |
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
(Brief description of the problem in no more than 2 sentences.)
Environment info (Required)
Clearlinux
incubator-mxnet 1.5.0
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.)
open to openblas?
What have you tried to solve it?
The text was updated successfully, but these errors were encountered: