This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
remove unused status variable
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
parent
94adf98bb8
commit
9ff84dc3f2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
driver/others/blas_server_omp.c
+ 0
- 1
driver/others/blas_server_omp.c
View File
@@ -101,7 +101,6 @@ static void adjust_thread_buffers() {
void goto_set_num_threads(int num_threads) {
if (num_threads < 0) blas_num_threads_set = 0;
if (num_threads < 1) num_threads = blas_num_threads;
if (num_threads > MAX_CPU_NUMBER) num_threads = MAX_CPU_NUMBER;
Write
Preview
Loading…
Cancel
Save