pytorch
6cb9abfd - Remove size arguments for internal orgqr and geqrf calls (#56255)

Commit
3 years ago
Remove size arguments for internal orgqr and geqrf calls (#56255) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/56255 With refactored non-allocating `linalg_qr_out_helper` from the previous commit we don't need to specify the size arguments because the inputs to orgqr and geqrf are always of correct size. Test Plan: Imported from OSS Reviewed By: ngimel Differential Revision: D27960153 Pulled By: mruberry fbshipit-source-id: 0f9be25781371633378752b587da62b828816646
Author
Parents
Loading