8000 fix decorator location · pytorch/pytorch@18ba66e · GitHub
[go: up one dir, main page]

Skip to content

Commit 18ba66e

Browse files
authored
fix decorator location
1 parent 8866306 commit 18ba66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nn/test_convolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4042,7 +4042,6 @@ def test_conv_double_backward_strided_with_3D_input_and_weight(self, device):
40424042
self.assertEqual(grad_input.shape, input.shape)
40434043
self.assertEqual(grad_weight.shape, weight.shape)
40444044

4045-
@skipCUDAIfRocm
40464045
@onlyCUDA
40474046
@largeTensorTest("40GB")
40484047
@largeTensorTest("24GB", "cpu")
@@ -4053,6 +4052,7 @@ def test_conv3d_64bit_indexing(self, device):
40534052
y = m.to(device=device)(x.to(device=device))
40544053
self.assertEqual(yref, y)
40554054

4055+
@skipCUDAIfRocm
40564056
@onlyCUDA
40574057
@largeTensorTest("20GB")
40584058
@largeTensorTest("80GB", "cpu")

0 commit comments

Comments
 (0)
0