-
Notifications
You must be signed in to change notification settings - Fork 42
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
avoid allocation for length-1 linear combinations #34
Conversation
Codecov Report
@@ Coverage Diff @@
## master JuliaLang/julia#34 +/- ##
==========================================
+ Coverage 60.94% 76.14% +15.2%
==========================================
Files 7 7
Lines 338 348 +10
==========================================
+ Hits 206 265 +59
+ Misses 132 83 -49
Continue to review full report at Codecov.
|
Looks good; if Julia would expose the true BLAS functionality of |
I think we need the temporary for EDIT: There is a discussion here and a PR, so once this is finished and merged, we may need to adopt our own API to that. Then, we may be able to avoid allocations for LinearMaps built from matrices. |
Indeed for |
This looks good. Is this ready to be merged? |
Discussion on the 5-arg mul! seems to have stalled, which makes me sad |
Yes, I think this can be merged. We were seriously hit by code coverage changes, so we dropped down to 60%. I started a major revision of the tests, which has significantly improved coverage. I wanted to take another look at it, but I can do it in a separate PR (I have some other minor things to suggest). |
Regarding the 5-arg mul!, we will need to be very careful. Our current |
No description provided.