Browse Source
Merge pull request #3951 from martin-frbg/issue3940
Do not change the global OMP_NUM_THREADS
tags/v0.3.22^2
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
driver/others/blas_server_omp.c
|
|
|
@@ -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. |
|
|
|
|