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
Allow negative INCX (API change from version 3.10 of the reference implementation)
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
parent
07e32c4cb8
commit
34da1a067d
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/x86_64/nrm2.S
+1
-1
kernel/x86_64/nrm2_sse.S
+1
-1
kernel/x86_64/znrm2.S
+1
-1
kernel/x86_64/znrm2_sse.S
+ 1
- 1
kernel/x86_64/nrm2.S
View File
@@ -58,7 +58,7 @@
testq M, M
jle .L999
testq INCX, INCX
j
l
e .L999
je .L999
salq $BASE_SHIFT, INCX
+ 1
- 1
kernel/x86_64/nrm2_sse.S
View File
@@ -57,7 +57,7 @@
jle .L999
pxor %xmm1, %xmm1
testq INCX, INCX
j
l
e .L999
je .L999
pxor %xmm2, %xmm2
leaq (, INCX, SIZE), INCX
+ 1
- 1
kernel/x86_64/znrm2.S
View File
@@ -58,7 +58,7 @@
testq M, M
jle .L999
testq INCX, INCX
j
l
e .L999
je .L999
salq $ZBASE_SHIFT, INCX
+ 1
- 1
kernel/x86_64/znrm2_sse.S
View File
@@ -58,7 +58,7 @@
jle .L999
pxor %xmm1, %xmm1
testq INCX, INCX
j
l
e .L999
je .L999
xorq FLAG, FLAG
Write
Preview
Loading…
Cancel
Save