We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eba8615 + fd03346 commit a8d6b02Copy full SHA for a8d6b02
1 file changed
driver/others/blas_server_omp.c
@@ -114,9 +114,11 @@ void goto_set_num_threads(int num_threads) {
114
115
adjust_thread_buffers();
116
#if defined(ARCH_MIPS64) || defined(ARCH_LOONGARCH64)
117
+#ifndef DYNAMIC_ARCH
118
//set parameters for different number of threads.
119
blas_set_parameter();
120
#endif
121
+#endif
122
123
}
124
void openblas_set_num_threads(int num_threads) {
0 commit comments