We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b94c5 commit e1d244fCopy full SHA for e1d244f
common_interface.h
@@ -46,7 +46,7 @@ extern "C" {
46
47
int BLASFUNC(xerbla)(char *, blasint *info, blasint);
48
49
-void extern openblas_set_num_threads_(int *);
+OPENBLAS_EXPORT void extern openblas_set_num_threads_(int *);
50
51
/*Set the threading backend to a custom callback.*/
52
typedef void (*openblas_dojob_callback)(int thread_num, void *jobdata, int dojob_data);
0 commit comments