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
Update kernel.cmake
tags/v0.3.10^2
Martin Kroeker
GitHub
5 years ago
parent
7dbb59b256
commit
d0737b0142
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
cmake/kernel.cmake
+ 1
- 1
cmake/kernel.cmake
View File
@@ -128,7 +128,7 @@ macro(SetDefaultL1)
set(SHDOTKERNEL ../arm/dot.c)
set(SHROTKERNEL ../arm/rot.c)
set(SHSCALKERNEL scal.S)
set(SHNRM2KERNEL
nrm2.S
)
set(SHNRM2KERNEL
../arm/nrm2.c
)
set(SHSUMKERNEL sum.S)
set(SHSWAPKERNEL swap.S)
endmacro ()
Write
Preview
Loading…
Cancel
Save