You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run routines such as sgemm in a multit-hreaded fashion. So I have done this using cblas, but it seems to be single-threaded. I tried changing it with OPENBLAS_NUM_THREADS, but it still runs single-threaded. Is there any way to set this up?
The text was updated successfully, but these errors were encountered:
I would like to run routines such as
sgemm
in a multit-hreaded fashion. So I have done this usingcblas
, but it seems to be single-threaded. I tried changing it withOPENBLAS_NUM_THREADS
, but it still runs single-threaded. Is there any way to set this up?The text was updated successfully, but these errors were encountered: