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
Use generic SCAL kernels to address inf/nan handling for now
tags/v0.3.30
Martin Kroeker
GitHub
5 months ago
parent
fe220a0d7d
commit
1cefbea7ea
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
kernel/sparc/KERNEL
+ 5
- 0
kernel/sparc/KERNEL
View File
@@ -86,3 +86,8 @@ endif
ifndef QROTMKERNEL
QROTMKERNEL = ../generic/rotm.c
endif
SSCALKERNEL = ../arm/scal.c
DSCALKERNEL = ../arm/scal.c
CSCALKERNEL = ../arm/zscal.c
ZSCALKERNEL = ../arm/zscal.c
Write
Preview
Loading…
Cancel
Save