@@ -173,9 +173,7 @@ def test_maxpool2d_tosa_u55_BI(
173173 (test_data ,),
174174 )
175175 if conftest .is_option_enabled ("corstone_fvp" ):
176- tester .run_method_and_compare_outputs (
177- qtol = 1 , inputs = (test_data ,), target_board = "corstone-300"
178- )
176+ tester .run_method_and_compare_outputs (qtol = 1 , inputs = (test_data ,))
179177
180178 @parameterized .expand (test_data_suite )
181179 @pytest .mark .corstone_fvp
@@ -191,9 +189,7 @@ def test_maxpool2d_tosa_u85_BI(
191189 (test_data ,),
192190 )
193191 if conftest .is_option_enabled ("corstone_fvp" ):
194- tester .run_method_and_compare_outputs (
195- qtol = 1 , inputs = (test_data ,), target_board = "corstone-320"
196- )
192+ tester .run_method_and_compare_outputs (qtol = 1 , inputs = (test_data ,))
197193
198194 @parameterized .expand (test_data_suite_mult_batches )
199195 def test_maxpool2d_tosa_MI_mult_batches (
@@ -232,9 +228,7 @@ def test_maxpool2d_tosa_u55_BI_mult_batches(
232228 (test_data ,),
233229 )
234230 if conftest .is_option_enabled ("corstone_fvp" ):
235- tester .run_method_and_compare_outputs (
236- qtol = 1 , inputs = (test_data ,), target_board = "corstone-300"
237- )
231+ tester .run_method_and_compare_outputs (qtol = 1 , inputs = (test_data ,))
238232
239233 @parameterized .expand (test_data_suite_mult_batches )
240234 @pytest .mark .corstone_fvp
@@ -251,6 +245,4 @@ def test_maxpool2d_tosa_u85_BI_mult_batches(
251245 (test_data ,),
252246 )
253247 if conftest .is_option_enabled ("corstone_fvp" ):
254- tester .run_method_and_compare_outputs (
255- qtol = 1 , inputs = (test_data ,), target_board = "corstone-320"
256- )
248+ tester .run_method_and_compare_outputs (qtol = 1 , inputs = (test_data ,))
0 commit comments