We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd846e7 + 9402df5 commit 7ee3cabCopy full SHA for 7ee3cab
1 file changed
driver/others/blas_server_omp.c
@@ -69,6 +69,8 @@
69
70
int blas_server_avail = 0;
71
72
+extern int openblas_omp_adaptive_env();
73
+
74
static void * blas_thread_buffer[MAX_PARALLEL_NUMBER][MAX_CPU_NUMBER];
75
#ifdef HAVE_C11
76
static atomic_bool blas_buffer_inuse[MAX_PARALLEL_NUMBER];
0 commit comments