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
FIX: forgot the add the files cgemv_n_4.c and cgemv_t_4.c
tags/v0.2.16^2
Werner Saar
10 years ago
parent
551fdf53e8
commit
faa5e2e5e3
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kernel/x86_64/cgemv_n_4.c
+2
-0
kernel/x86_64/cgemv_t_4.c
+ 2
- 0
kernel/x86_64/cgemv_n_4.c
View File
@@ -31,6 +31,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(HASWELL)
#include "cgemv_n_microk_haswell-4.c"
#elif defined(BULLDOZER) || defined(PILEDRIVER) || defined(STEAMROLLER)
#include "cgemv_n_microk_bulldozer-4.c"
#endif
+ 2
- 0
kernel/x86_64/cgemv_t_4.c
View File
@@ -30,6 +30,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(HASWELL)
#include "cgemv_t_microk_haswell-4.c"
#elif defined(BULLDOZER) || defined(PILEDRIVER) || defined(STEAMROLLER)
#include "cgemv_t_microk_bulldozer-4.c"
#endif
#define NBMAX 2048
Write
Preview
Loading…
Cancel
Save