-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Consistently check matrix sizes in matmul #1152
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful! Are these all size checks in matmul? I'd expect it in every matrix type file, like triangular etc.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1152 +/- ##
==========================================
+ Coverage 91.83% 91.87% +0.04%
==========================================
Files 34 34
Lines 15363 15355 -8
==========================================
Hits 14108 14108
+ Misses 1255 1247 -8 ☔ View full report in Codecov by Sentry. |
55cb3ff
to
6d86546
Compare
Fixes #1147, and makes the error messages more verbose.
Before
After