This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
#5415
from martin-frbg/Fixum-5399
Fix compilation of the NeoverseN2 SBGEMM kernel
pull/5418/head
Martin Kroeker
GitHub
1 month ago
parent
d23680b81d
f1ee61ea30
commit
5c5f852ee3
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
kernel/arm64/sbgemm_kernel_8x4_neoversen2.c
+1
-0
kernel/arm64/sbgemm_kernel_8x4_neoversen2_impl.c
+ 1
- 0
kernel/arm64/sbgemm_kernel_8x4_neoversen2.c
View File
@@ -27,6 +27,7 @@
* *****************************************************************************/
#include <arm_sve.h>
#include <arm_neon.h>
#include "common.h"
+ 1
- 0
kernel/arm64/sbgemm_kernel_8x4_neoversen2_impl.c
View File
@@ -27,6 +27,7 @@
* *****************************************************************************/
#include <arm_sve.h>
#include <arm_neon.h>
#include "common.h"
Write
Preview
Loading…
Cancel
Save