Skip to content

Commit 7ee3cab

Browse files
authored
Merge pull request #3767 from martin-frbg/decl_adaptive
Fix missing external declaration of openblas_omp_adaptive_env()
2 parents dd846e7 + 9402df5 commit 7ee3cab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

driver/others/blas_server_omp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969

7070
int blas_server_avail = 0;
7171

72+
extern int openblas_omp_adaptive_env();
73+
7274
static void * blas_thread_buffer[MAX_PARALLEL_NUMBER][MAX_CPU_NUMBER];
7375
#ifdef HAVE_C11
7476
static atomic_bool blas_buffer_inuse[MAX_PARALLEL_NUMBER];

0 commit comments

Comments
 (0)