Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sure Python links against openBLAS #67

Open
paciorek opened this issue Sep 24, 2015 · 3 comments
Open

make sure Python links against openBLAS #67

paciorek opened this issue Sep 24, 2015 · 3 comments

Comments

@paciorek
Copy link
Contributor

Not sure how to do this without a bit of research, but we should try to have Miniconda numpy/scipy use openBLAS. The Anaconda page suggests it is using ATLAS.

Perhaps not a must-have, but if we're serious about having BCE set up for scientific computing, we should do this soon.

@paciorek paciorek added this to the fall-2015 must haves milestone Sep 24, 2015
@ryanlovett
Copy link
Contributor

We'll probably have to conda build numpy/scipy via the -openblas recipes at
https://github.com/conda/conda-recipes. If this takes too long we might
need to do this outside of bootstrap and host the builds at binstar.

Ryan

On Wed, Sep 23, 2015 at 5:37 PM, Christopher Paciorek <
notifications@github.com> wrote:

Not sure how to do this without a bit of research, but we should try to
have Miniconda numpy/scipy use openBLAS. The Anaconda page suggests it is
using ATLAS.

Perhaps not a must-have, but if we're serious about having BCE set up for
scientific computing, we should do this soon.


Reply to this email directly or view it on GitHub
#67.

@paciorek
Copy link
Contributor Author

I did a brief amount of testing and the current dot (matrix multiply) in Python in BCE-summer-2015 is actually quite fast (surprisingly so considering other comparisons of different BLAS's that I've done in the past). Not threaded though, so still worth linking against openBLAS.

I'll note that dot in Python in BCE-spring-2015 is very slow.

@paciorek
Copy link
Contributor Author

@ryanlovett: looks like numpy's _dotblas.so (which does dot product/matrix multiply - not sure what else) is now linking against openblas in BCE-2015-fall but not a bunch of numpy's linear algebra. We should chat further about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants