-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unpredictable behavior of SWAP with incX==0 and/or incY==0 #6
Labels
Comments
Closed by 78da0e0. Disable multi-thread swap when incx==0 or incy==0. |
This was referenced Jul 7, 2015
Closed
Closed
Closed
ThomasGuerneve
pushed a commit
to ThomasGuerneve/OpenBLAS
that referenced
this issue
Sep 4, 2018
Hunter 0.3.2
isuruf
pushed a commit
to isuruf/OpenBLAS
that referenced
this issue
Sep 16, 2019
update to current develop
ghost
mentioned this issue
Feb 4, 2020
martin-frbg
added a commit
that referenced
this issue
Dec 27, 2020
shivammonaka
pushed a commit
to shivammonaka/OpenBLAS
that referenced
this issue
Mar 25, 2024
Update GEMM param for NEOVERSEV1 Related work items: OpenMathLib#6
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenBLAS has problems with incX==0 and/or incY==0 for DSWAP and DAXPY (I don't know for SSWAP, SAXPY, and complex functions). But for DSWAP and DAXPY the erroneous behavior is random: sometimes runs as refblas and sometimes runs wrong.
platform: x86/x86 64bit
Reported by José Luis García Pallero
The text was updated successfully, but these errors were encountered: