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
Update sgemm_kernel_8x4_haswell.c
tags/v0.3.8^2
wjc404
GitHub
6 years ago
parent
4e00d96a78
commit
8b5cdcc64c
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/x86_64/sgemm_kernel_8x4_haswell.c
+ 1
- 1
kernel/x86_64/sgemm_kernel_8x4_haswell.c
View File
@@ -467,7 +467,7 @@ CNAME(BLASLONG m, BLASLONG n, BLASLONG k, float alpha, float * __restrict__ A, f
,BLASLONG offset
#endif
){
if(m==0||n==0
||k==0||alpha==0.0
) return 0;
if(m==0||n==0) return 0;
int64_t ldc_in_bytes = (int64_t)LDC * sizeof(float);
float constval = alpha;
float *const_val=&constval;
Write
Preview
Loading…
Cancel
Save