How to know if my CPU supports BLAS? #805
Unanswered
AayushSameerShah
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think you want to use BLAS for GPU acceleration https://developer.nvidia.com/cublas |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run the project on Linux and I installed the library using following:
But when I run load the model it shows:
Which clearly states BLAS=0 and that is not activated.
Q: How to know if my CPU supports BLAS?
Is there any way to know beforehand? I got no error, nothing.
Instance information
One more note...
When I monitor the CPU usage while inference, it only uses 50% of the CPU.
Please help me get out of this.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions