pytorch
8c952db1 - Fix segfault case for torch.ormqr (#85278)

Commit
2 years ago
Fix segfault case for torch.ormqr (#85278) Correct behavior is to raise an error for `tau.size[-1] > input.size[-1]`. Fixes https://github.com/pytorch/pytorch/issues/85218 Pull Request resolved: https://github.com/pytorch/pytorch/pull/85278 Approved by: https://github.com/Lezcano, https://github.com/malfet, https://github.com/ngimel
Author
Committer
Parents
Loading