Skip to content

unset bli_thread_set_num_threads #869

Description

@istispl

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions