File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ jobs:
278278 matrix :
279279 include :
280280 - test_arm_backend : test_pytest_ops_vkml
281+ - test_arm_backend : test_pytest_models_vkml
281282 - test_arm_backend : test_ootb_tests_vgf
282283 fail-fast : false
283284 with :
Original file line number Diff line number Diff line change 4242 "executorch_exir_dialects_edge__ops_quantized_decomposed_dequantize_per_tensor_default" : 5 ,
4343 "executorch_exir_dialects_edge__ops_quantized_decomposed_quantize_per_tensor_default" : 6 ,
4444}
45+ swin2sr_vgf_quant_lowered_outer_graph_ops = {
46+ "torch.ops.higher_order.executorch_call_delegate" : 1 ,
47+ }
4548
4649
4750class TinySwin2SR (torch .nn .Module ):
@@ -110,7 +113,7 @@ def test_swin2sr_vgf_quant():
110113 quantize = True ,
111114 run_on_vulkan_runtime = sys .platform == "linux" ,
112115 )
113- pipeline .change_args ("check_count.exir" , swin2sr_int_lowered_outer_graph_ops )
116+ pipeline .change_args ("check_count.exir" , swin2sr_vgf_quant_lowered_outer_graph_ops )
114117 pipeline .run ()
115118
116119
You can’t perform that action at this time.
0 commit comments