-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support batched QR decomposition (#1720)
* Batched QR, update of unit tests is missing so far * removed old tests that threw errors for batched inputs * final debugging of tests * added changes to docs * dummy change for benchmarking run * Update heat/core/linalg/qr.py Co-authored-by: Claudia Comito <[email protected]> * Update qr.py remove dead code --------- Co-authored-by: Hoppe <[email protected]> Co-authored-by: Claudia Comito <[email protected]>
- Loading branch information
1 parent
c23428e
commit e6499cf
Showing
2 changed files
with
76 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters