Closed jschueller closed 5 years ago
Hello Julien. Which version of OpenBLAS is it ?
Hi, I'm using 0.3.6
openblas does not have headers that declare this, so how could this work.
Yes it does: https://github.com/xianyi/OpenBLAS/blob/develop/cblas.h#L13. May be you are using the cblas.h
of Debian which is generic for all BLAS ?
oh, indeed, cblas.h is taken from lapack
or maybe we could define if only if the cblas header does not come from openblas:
#ifndef OPENBLAS_THREAD
void openblas_set_num_threads(int num_threads);
#endif
I cannot compile with openblas: