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 an error for strmm_LLTN.
tags/v0.1.0^2
traz
14 years ago
parent
3274ff47b8
commit
7906146836
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/mips64/sgemm_kernel_8x4_ps.S
+ 1
- 1
kernel/mips64/sgemm_kernel_8x4_ps.S
View File
@@ -6069,7 +6069,7 @@
move BO, B
#else
dsll L, KK, 3 + BASE_SHIFT
dsll TEMP, KK,
2
+ BASE_SHIFT
dsll TEMP, KK,
1
+ BASE_SHIFT
daddu AO, AO, L
daddu BO, B, TEMP
Write
Preview
Loading…
Cancel
Save