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
Add return value so that freebsd system clang does not err out
tags/v0.3.4
Andrew
7 years ago
parent
f049a4c84f
commit
19c4bdd8b3
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_beta_skylakex.c
+ 1
- 1
kernel/x86_64/sgemm_beta_skylakex.c
View File
@@ -56,7 +56,7 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT beta,
}
if (n == 0 || m == 0)
return;
return
0
;
c_offset = c;
Write
Preview
Loading…
Cancel
Save