8000 Update test_nn.py · pytorch/pytorch@4314872 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4314872

Browse files
authored
Update test_nn.py
1 parent 313438c commit 4314872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9961,7 +9961,7 @@ def test_upsamplingTrilinear3d(self, device, align_corners, memory_format):
99619961
gradgradcheck(lambda x: F.interpolate(x, out_size, **kwargs), [input])
99629962

99639963
@onlyCUDA
9964-
@skipCUDAIfRocm("launch bounds error out on ROCM")
9964+
@skipCUDAIfRocm(msg="launch bounds error out on ROCM")
99659965
@dtypes(torch.half, torch.bfloat16)
99669966
@largeTensorTest('40GB')
99679967
def test_upsampling_64bit_indexing_channels_last(self, device, dtype):

0 commit comments

Comments
 (0)
0