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
_AXPY calibration for >2 cores
pull/1887/head
Andrew
7 years ago
parent
c6dff2803c
commit
c067c1fb7b
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
interface/axpy.c
+1
-1
interface/zaxpy.c
+ 5
- 1
interface/axpy.c
View File
@@ -44,7 +44,11 @@
#if defined(Z13)
#define MULTI_THREAD_MINIMAL 200000
#else
#define MULTI_THREAD_MINIMAL 10000
#ifdef DOUBLE
#define MULTI_THREAD_MINIMAL 262144
#else
#define MULTI_THREAD_MINIMAL 524288
#endif
#endif
#ifndef CBLAS
+ 1
- 1
interface/zaxpy.c
View File
@@ -44,7 +44,7 @@
#if defined(Z13)
#define MULTI_THREAD_MINIMAL 200000
#else
#define MULTI_THREAD_MINIMAL 1
0000
#define MULTI_THREAD_MINIMAL 1
31072
#endif
#ifndef CBLAS
Write
Preview
Loading…
Cancel
Save