-
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
Support batched QR decomposition #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.21% 92.21% -0.01%
==========================================
Files 83 83
Lines 12318 12316 -2
==========================================
- Hits 11359 11357 -2
Misses 959 959
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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! |
@JuanPedroGHM looks like the BM failed because the gitlab runner had to wait more than 01:30h for getting the job allocated. Is the cluster currently busy or out-of-order? |
@ClaudiaComito I turned off the benchmark_pr as it does not work at the moment; except of that everything should be fine now (the previour run of the benchmark already has shown that there is no performance problem associated with the changes) |
Thank you for the PR! |
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 again @mrfh92 !
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)