Browse Source

remove unused status variable

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
9ff84dc3f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      driver/others/blas_server_omp.c

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

@@ -101,7 +101,6 @@ static void adjust_thread_buffers() {


void goto_set_num_threads(int num_threads) { void goto_set_num_threads(int num_threads) {


if (num_threads < 0) blas_num_threads_set = 0;
if (num_threads < 1) num_threads = blas_num_threads; if (num_threads < 1) num_threads = blas_num_threads;


if (num_threads > MAX_CPU_NUMBER) num_threads = MAX_CPU_NUMBER; if (num_threads > MAX_CPU_NUMBER) num_threads = MAX_CPU_NUMBER;


Loading…
Cancel
Save