-
-
Notifications
You must be signed in to change notification settings - Fork 132
Add warning in matmul #459
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
Conversation
Can you run the benchmarks related to matmul before/after this PR and post the results? |
The time for
|
Can you possibly do this check inside a Numba function, and warn outside? Maybe that will improve the performance. If that doesn't, we can close this PR as being way too detrimental to performance. |
I did something like this
But the benchmarks for |
You will need to pass in the data and fill value. That's because some formats can't be jitted. |
How do I do that? Can you elaborate? |
New benchmarks
|
Can you run a comparison against |
|
Superceded by #469. |
Fix for #340