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

Fix gemv! bug introduced in #41513 #41970

Merged
merged 1 commit into from
Aug 25, 2021
Merged

Conversation

sostock
Copy link
Contributor

@sostock sostock commented Aug 23, 2021

Due to a copy&paste error, the pointer to y was calculated with the indices of x.

The tests are adapted to catch this bug (by using a non-square matrix in some cases).

@sostock sostock added bugfix This change fixes an existing bug embarrassing-bugfix Whoops! linear algebra Linear algebra labels Aug 23, 2021
@dkarrasch dkarrasch merged commit a2ec425 into JuliaLang:master Aug 25, 2021
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug embarrassing-bugfix Whoops! linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants