mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-03-13 16:40:17 +00:00
Further attempt at resolving OpenBLAS OS X travis issue.
This commit is contained in:
@@ -329,7 +329,7 @@ void CCNF_patch_expert::Read(ifstream &stream, std::vector<int> window_sizes, st
|
||||
}
|
||||
|
||||
// In case we are using OpenBLAS, make sure it is not multi-threading as we are multi-threading outside of it
|
||||
goto_set_num_threads(1);
|
||||
//goto_set_num_threads(1);
|
||||
openblas_set_num_threads(1);
|
||||
|
||||
int n_sigmas = window_sizes.size();
|
||||
|
||||
Reference in New Issue
Block a user