-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Refs for BLAS calls causes performance hit for small matrices. #220
Comments
cc @simonbyrne |
@vtjnash Is this expected? |
I would think that this is due mostly to |
Doesn't it have to do with |
it has to do with this should be fixed by cleaning up JuliaLang/julia#8134 so it can be merged |
We should probably revert the changes until JuliaLang/julia#8134 is fixed |
This reverts commit 62e5942. Fix #11681
+1 to reverting. |
With this benchmark:
I get the following on master:
With JuliaLang/julia@62e5942 reverted:
Sort of dup of JuliaLang/julia#11531 except this is in Base. Imho it is not acceptable to double the time for matrix multiplication for smallish matrices.
The text was updated successfully, but these errors were encountered: