-
Notifications
You must be signed in to change notification settings - Fork 391
Open
Labels
Description
Hello, not sure which one is the right place, i created an issue at amd#33 as well
Calling bli_thread_set_num_threads(n) takes precedence over omp_set_num_threads(m).
Is there a way to unset or reset the BLIS threading at the initial state where it takes into account the OpenMP thread settings - and follow the number set by subsequent omp_set_num_threads?
Something like calling bli_thread_set_num_threads(0) could mean to follow OpenMP of threads?
MKL has a similar method where calling MKL_Domain_Set_Num_Threads(0,MKL_DOMAIN_ALL) would use the number of threads from the OpenMP library.
Thanks