mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-03-21 04:20:17 +00:00
Simplifying travis for OSX.
This commit is contained in:
@@ -331,9 +331,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
|
||||
#ifndef __APPLE__
|
||||
openblas_set_num_threads(1);
|
||||
#endif
|
||||
openblas_set_num_threads(1);
|
||||
|
||||
int n_sigmas = window_sizes.size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user