Skip to content
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

Closed
xianyi opened this issue Feb 18, 2011 · 1 comment
Closed

unpredictable behavior of SWAP with incX==0 and/or incY==0 #6

xianyi opened this issue Feb 18, 2011 · 1 comment
Labels

Comments

@xianyi
Copy link
Collaborator

xianyi commented Feb 18, 2011

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

@xianyi
Copy link
Collaborator Author

xianyi commented Feb 20, 2011

Closed by 78da0e0. Disable multi-thread swap when incx==0 or incy==0.

ThomasGuerneve pushed a commit to ThomasGuerneve/OpenBLAS that referenced this issue Sep 4, 2018
martin-frbg added a commit that referenced this issue Oct 9, 2018
isuruf pushed a commit to isuruf/OpenBLAS that referenced this issue Sep 16, 2019
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
Labels
Projects
None yet
Development

No branches or pull requests

1 participant