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