-
Notifications
You must be signed in to change notification settings - Fork 54
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
Features/1707 batched QR #1720
base: main
Are you sure you want to change the base?
Features/1707 batched QR #1720
Conversation
Thank you for the PR! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1720 +/- ##
=======================================
Coverage 92.13% 92.14%
=======================================
Files 83 83
Lines 12209 12207 -2
=======================================
- Hits 11249 11248 -1
+ Misses 960 959 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Thank you for the PR! |
Benchmarks results - Sponsored by perun
Grafana Dashboard |
Thank you for the PR! |
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.
Thanks a lot @mrfh92! I only have 2 tiny changes, otherwise it's ready as far as I can tell. 👍🏼
Co-authored-by: Claudia Comito <[email protected]>
remove dead code
Thank you for the PR! |
1 similar comment
Thank you for the PR! |
Due Diligence
benchmarks: created for new functionalityDescription
Batched QR
Issue/s resolved: necessary for #1696
Changes proposed:
ht.linalg.qr now is able to compute QR for batches of matrices, as PyTorch's batched linear algebra does
Type of change
(not really) new feature
Does this change modify the behaviour of other functions? If so, which?
yes (ht.linalg.qr)