This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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 align problem in S and C precision GEMM kernels.
tags/v0.2.0^2
wangqian
13 years ago
parent
3ef96aa567
commit
6cfcb54a28
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/x86_64/cgemm_kernel_4x8_sandy.S
+1
-1
kernel/x86_64/sgemm_kernel_8x8_sandy.S
+ 1
- 1
kernel/x86_64/cgemm_kernel_4x8_sandy.S
View File
@@ -3578,7 +3578,7 @@ ADDQ $8*SIZE, ptrba;
ADDQ $16*SIZE, ptrbb;
DECQ k;
JG .L241_bodyB;
.align
ALIGN_5
.L241_loopE:
#ifndef TRMMKERNEL
TEST $2, bk;
+ 1
- 1
kernel/x86_64/sgemm_kernel_8x8_sandy.S
View File
@@ -2412,7 +2412,7 @@ ADDQ $4*SIZE, ptrba;
ADDQ $16*SIZE, ptrbb;
DECQ k;
JG .L241_bodyB;
.align
ALIGN_4
.L241_loopE:
#ifndef TRMMKERNEL
TEST $2, bk;
Write
Preview
Loading…
Cancel
Save