Skip to content

Commit 579bc86

Browse files
authored
remove call to omp_set_num_threads
1 parent 2b77f28 commit 579bc86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver/others/blas_server_omp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ void goto_set_num_threads(int num_threads) {
112112

113113
blas_cpu_number = num_threads;
114114

115-
omp_set_num_threads(blas_cpu_number);
116-
117115
adjust_thread_buffers();
118116
#if defined(ARCH_MIPS64)
119117
//set parameters for different number of threads.

0 commit comments

Comments
 (0)