Browse Source

Merge pull request #3767 from martin-frbg/decl_adaptive

Fix missing external declaration of openblas_omp_adaptive_env()
tags/v0.3.22^2
Martin Kroeker GitHub 3 years ago
parent
commit
7ee3cab4ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      driver/others/blas_server_omp.c

+ 2
- 0
driver/others/blas_server_omp.c View File

@@ -69,6 +69,8 @@

int blas_server_avail = 0;

extern int openblas_omp_adaptive_env();

static void * blas_thread_buffer[MAX_PARALLEL_NUMBER][MAX_CPU_NUMBER];
#ifdef HAVE_C11
static atomic_bool blas_buffer_inuse[MAX_PARALLEL_NUMBER];


Loading…
Cancel
Save