ptrblck

Results 2 issues of ptrblck

CC @atalman @malfet For: https://github.com/pytorch/builder/pull/1271

open source
ciflow/binaries
topic: not user facing
ciflow/periodic

### 🐛 Describe the bug Currently, `_get_perspective_coeffs` creates internal tensors on the CPU as seen [here](https://github.com/pytorch/vision/blob/d02b1845a2fabea1eb8f9d09310369a5cbb5514f/torchvision/transforms/functional.py#L674-L704) and fails in the `torch.linalg.lstsq` call if `start/endpoints` is a tensor contain data on...