Skip to content

Fix 5-arg mul! for SubArrays#2913

Merged
wsmoses merged 2 commits into
mainfrom
mg/5-arg-mul!
May 21, 2026
Merged

Fix 5-arg mul! for SubArrays#2913
wsmoses merged 2 commits into
mainfrom
mg/5-arg-mul!

Conversation

@maximilian-gelbrecht
Copy link
Copy Markdown
Collaborator

Addresses #2912

I am not sure if this is the right approach, but the tests pass for me locally.

Comment thread test/integration/linear_algebra.jl Outdated
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Member

@wsmoses wsmoses left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah the materialize is necessary, but it shouldn't be a performance hit

@maximilian-gelbrecht maximilian-gelbrecht linked an issue May 21, 2026 that may be closed by this pull request
@maximilian-gelbrecht
Copy link
Copy Markdown
Collaborator Author

maximilian-gelbrecht commented May 21, 2026

Can this be merged then, or shall I test / benchmark something before aside from the added unit test?

@wsmoses wsmoses merged commit e93794b into main May 21, 2026
118 of 128 checks passed
@wsmoses wsmoses deleted the mg/5-arg-mul! branch May 21, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5-arg mul!(C, A, B, α, β) into a SubArray is missing

2 participants