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
Merge pull request
#1885
from brada4/freebsd
Fix freebsd clang compilation of skylakex
tags/v0.3.4
Martin Kroeker
GitHub
7 years ago
parent
f72fdf525c
19c4bdd8b3
commit
b6363f4539
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_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