This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
#2930
from ismail/fix-no-return
Fix build with -Werror=return-type
tags/v0.3.12
Martin Kroeker
GitHub
5 years ago
parent
28242096cd
4a1d00f589
commit
17c46bf06a
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
kernel/x86_64/dgemm_tcopy_16_skylakex.c
+ 1
- 0
kernel/x86_64/dgemm_tcopy_16_skylakex.c
View File
@@ -126,4 +126,5 @@ int CNAME(BLASLONG dim_second, BLASLONG dim_first, double *src, BLASLONG lead_di
}
}
src1 += src_inc;
src1 += src_inc;
}
}
return 0;
}
}
Write
Preview
Loading…
Cancel
Save