pytorch
eaf00bf7 - Skip linalg.qr saved mode check if compiled without LAPACK (#56284)

Commit
3 years ago
Skip linalg.qr saved mode check if compiled without LAPACK (#56284) Summary: This PR also removes qr and eig tests from test/test_torch.py. They were not skipped if compiled without LAPACK and they are now replaced with OpInfos. Fixes https://github.com/pytorch/pytorch/issues/55929 Pull Request resolved: https://github.com/pytorch/pytorch/pull/56284 Reviewed By: ejguan Differential Revision: D27827077 Pulled By: mruberry fbshipit-source-id: 1dceb955810a9fa34bb6baaccbaf0c8229444d3a
Author
Parents
Loading