-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Complete size checks in BLAS.[sy/he]mm!
#45605
Conversation
Do the string operations add significant overhead if they aren't lazy? Otherwise, would be good to have this backported to v1.6 |
I just applied "pattern matching", but I could try to branch off from |
This still needs adjustments of the error messages and tests for the case |
Is this ready to go @dkarrasch? |
Yes, the only remaining question is how to help with the backport, since v1.6 doesn't have lazy strings. |
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
(cherry picked from commit da13d78)
Fixes JuliaLang/LinearAlgebra.jl#928. This should be backported to v1.6.x, but I'm not sure if that has the lazy string generation.