-
Notifications
You must be signed in to change notification settings - Fork 343
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
Comments
Both ATLAS and libcublas are required, for CPU and GPU computation respectively. |
If configured for GPU (./configure --use-cuda=yes...) are there still CPU based operations that require BLAS? |
Decoding and pre-processing, I think, is based on CPU computation. You can also use MLK, OPENBLAS instead of ATLAS. |
Thank you very much! I was able to configure and make successfully after specifying OPENBLAS. |
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?
The text was updated successfully, but these errors were encountered: