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
Move ALPHA out of register 18 (reserved on OSX)
tags/v0.3.24
Martin Kroeker
GitHub
3 years ago
parent
0b1acb0ba3
commit
108a21e47a
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
kernel/arm64/sgemm_kernel_sve_v2x8.S
+ 2
- 2
kernel/arm64/sgemm_kernel_sve_v2x8.S
View File
@@ -55,8 +55,8 @@ With this approach, we can reuse sgemm_n|tcopy_sve_v1.c packing functions. */
#define lanes x15
#define pA1 x16
#define pA2 x17
#define alpha w1
8
#define vec_len x
19
#define alpha w1
9
#define vec_len x
20
#define vec_lenx2 x20
#define alpha0 s10
Write
Preview
Loading…
Cancel
Save