-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Special-case MKL threading setters/getters
This uses the `MKL_Domain_*` functions to get/set the thread count for the BLAS domain only, so FFT, PARDISO, etc... domains in MKL are not affected bt `lbt_set_num_threads()`. It also adds a test to show that this behavior is reasonable when MKL is loaded.
- Loading branch information
1 parent
5a08240
commit d95a4c1
Showing
2 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters