Browse Source

remove call to omp_set_num_threads

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

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

@@ -112,8 +112,6 @@ void goto_set_num_threads(int num_threads) {

blas_cpu_number = num_threads;

omp_set_num_threads(blas_cpu_number);

adjust_thread_buffers();
#if defined(ARCH_MIPS64)
//set parameters for different number of threads.


Loading…
Cancel
Save