We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d31af commit 8a9d492Copy full SHA for 8a9d492
driver/others/blas_server.c
@@ -113,6 +113,8 @@ extern unsigned int openblas_thread_timeout(void);
113
/* We need this global for checking if initialization is finished. */
114
int blas_server_avail __attribute__((aligned(ATTRIBUTE_SIZE))) = 0;
115
116
+int blas_omp_threads_local = 1;
117
+
118
/* Local Variables */
119
#if defined(USE_PTHREAD_LOCK)
120
static pthread_mutex_t server_lock = PTHREAD_MUTEX_INITIALIZER;
0 commit comments