This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Fix IxMIN/IxMAX defaulting to the IxAMIN/IxAMAX kernels
pull/2440/head
Martin Kroeker
GitHub
6 years ago
parent
75577f95a7
commit
6d7129a29b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
kernel/Makefile.L1
+ 6
- 6
kernel/Makefile.L1
View File
@@ -133,29 +133,29 @@ endif
### IMAX ###
ifndef ISMAXKERNEL
ISMAXKERNEL = i
a
max.S
ISMAXKERNEL = imax.S
endif
ifndef IDMAXKERNEL
IDMAXKERNEL = i
a
max.S
IDMAXKERNEL = imax.S
endif
ifndef IQMAXKERNEL
IQMAXKERNEL = i
a
max.S
IQMAXKERNEL = imax.S
endif
### IMIN ###
ifndef ISMINKERNEL
ISMINKERNEL = i
a
min.S
ISMINKERNEL = imin.S
endif
ifndef IDMINKERNEL
IDMINKERNEL = i
a
min.S
IDMINKERNEL = imin.S
endif
ifndef IQMINKERNEL
IQMINKERNEL = i
a
min.S
IQMINKERNEL = imin.S
endif
### ASUM ###
Write
Preview
Loading…
Cancel
Save