`PYTORCH_ENABLE_MPS_FALLBACK` does not appear to work for `nn.Conv1d` · Issue #134416 · pytorch/pytorch
🐛 Describe the bug It looks like #129207 addressed an issue with the MPS implementation of nn.Conv1d. Specifically: The implementation would silently return incorrect results when running a convolu...