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

BLAS alternatives #24

Closed
mschonwe opened this issue Dec 17, 2015 · 4 comments
Closed

BLAS alternatives #24

mschonwe opened this issue Dec 17, 2015 · 4 comments

Comments

@mschonwe
Copy link

Is is possible to use an alternative to ATLAS?

Running the install for ATLAS I hit the "CPU Throttling apparently enabled!" error/abort. I'm reluctant to disable CPU dynamic frequency scaling, especially when I have a number of other linear algebra libraries already installed (cuda/cublas, Openblas, boost/ublas, scipy/blas). Wouldn't the cuda libcublas be acceptable, or even preferable?

@yajiemiao
Copy link
Collaborator

Both ATLAS and libcublas are required, for CPU and GPU computation respectively.

@mschonwe
Copy link
Author

If configured for GPU (./configure --use-cuda=yes...) are there still CPU based operations that require BLAS?

@fmetze
Copy link
Contributor

fmetze commented Dec 29, 2015

Decoding and pre-processing, I think, is based on CPU computation. You can also use MLK, OPENBLAS instead of ATLAS.

@mschonwe
Copy link
Author

Thank you very much! I was able to configure and make successfully after specifying OPENBLAS.
(./configure --use-cuda=yes --cudatk-dir=/usr/local/cuda --mathlib=OPENBLAS --openblas-root=/usr/local)

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

3 participants