We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fd812 commit 3c7a7adCopy full SHA for 3c7a7ad
test/test_ops.py
@@ -1201,7 +1201,7 @@ def test_forward_scriptability(self):
1201
torch.jit.script(ops.DeformConv2d(in_channels=8, out_channels=8, kernel_size=3))
1202
1203
1204
-# NS: Removeme once bacward is implemented
+# NS: Remove me once backward is implemented for MPS
1205
def xfail_if_mps(x):
1206
mps_xfail_param = pytest.param("mps", marks=(pytest.mark.needs_mps, pytest.mark.xfail))
1207
new_pytestmark = []
0 commit comments