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 see the same thing. I would say there is a bug in goto_set_num_threads (blas_server.c) because it only set the blas_num_threads global if num_threads > blas_num_threads.
Consider the following C code:
On my MacPro, it prints
So
openblas_set_num_threads
failed to reduce the number of threads. My machine is a MacPro 2010 with 6 physical cores and I compiled OpenBLAS withI specified NUM_THREADS because I wanted libopenblas.dylib to be usable on other machines with more cores. Here are the versions of the compilers:
Either I am missing something badly or this is a bug!
The text was updated successfully, but these errors were encountered: