Skip to content

Commit bb6423e

Browse files
committed
Update
[ghstack-poisoned]
1 parent 9e7f104 commit bb6423e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/inductor/test_torchinductor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15944,9 +15944,7 @@ def test_pad_after_gelu(self):
1594415944
if not self.is_dtype_supported(dtype):
1594515945
continue
1594615946
self.common(
15947-
lambda x: torch.nn.functional.pad(
15948-
torch.nn.functional.gelu(x), [1, 0]
15949-
),
15947+
lambda x: torch.nn.functional.pad(torch.nn.functional.gelu(x), [1, 0]),
1595015948
(torch.randn(8, 16, dtype=dtype, device=self.device),),
1595115949
check_lowp=False,
1595215950
)

0 commit comments

Comments
 (0)