mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 11:17:53 +00:00
OpenBLAS fix attempt.
This commit is contained in:
@@ -90,6 +90,14 @@ CEN_patch_expert::CEN_patch_expert(const CEN_patch_expert& other) : confidence(o
|
||||
void CEN_patch_expert::Read(ifstream &stream)
|
||||
{
|
||||
|
||||
// Setting up OpenBLAS
|
||||
#if OS_UNIX
|
||||
|
||||
#else
|
||||
openblas_set_num_threads(1);
|
||||
#endif
|
||||
|
||||
|
||||
// Sanity check
|
||||
int read_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user