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
Openblas deafults to some maximum available threads, but would probably not be the most optimal.
In Openblas there is a function to set the number of threads, why not use this?
void openblas_set_num_threads(int num_threads);
Current workaround is to set an openblas environment variable.
The text was updated successfully, but these errors were encountered:
Openblas deafults to some maximum available threads, but would probably not be the most optimal.
In Openblas there is a function to set the number of threads, why not use this?
void openblas_set_num_threads(int num_threads);
Current workaround is to set an openblas environment variable.
The text was updated successfully, but these errors were encountered: