Skip to content

Commit efa1ba6

Browse files
authored
Enables test case for 512x512 input dimensions
2 parents 2920d92 + 4ae4865 commit efa1ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark_forward_equivalence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def test_forward_equivalence(accuracy_threshold=0.95):
377377
(1, 2, 1, 64, 64, 128, True),
378378
(1, 2, 1, 128, 128, 128, True),
379379
(1, 2, 1, 256, 256, 128, True),
380-
(1, 2, 1, 512, 512, 128, False),
380+
(1, 2, 1, 512, 512, 128, True),
381381
]
382382

383383
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")

0 commit comments

Comments
 (0)