This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fixed the undefined reference to blas_set_parameter
Fixed the undefined reference to blas_set_parameter when enabling USE_OPENMP and DYNAMIC_ARCH.
tags/v0.3.29
gxw
1 year ago
parent
e1eef56e05
commit
fd033467ac
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
driver/others/blas_server_omp.c
+ 2
- 0
driver/others/blas_server_omp.c
View File
@@ -114,9 +114,11 @@ void goto_set_num_threads(int num_threads) {
adjust_thread_buffers();
#if defined(ARCH_MIPS64) || defined(ARCH_LOONGARCH64)
#ifndef DYNAMIC_ARCH
//set parameters for different number of threads.
blas_set_parameter();
#endif
#endif
}
void openblas_set_num_threads(int num_threads) {
Write
Preview
Loading…
Cancel
Save