Commit da132c3
Github Executorch
Summary: Fix CI job: test-arm-backend (test_run_ethosu_fvp) / linux-job.
Add 'qdq_fusion_pass' flag to run.sh & aot_arm_compiler. This
allows certain CI jobs not to fail as we conditionally allow fusion op
to be enabled / disabled with this flag. Note that since the fusion op
passes are still WIP and not all ops are yet supported, it is good to
rely on this flag until we have full fledged support for fusion ops.
Test Plan:
1. examples/arm/run.sh --et_build_root=arm_test/test_run --target=ethos-u55-128 --model_name=qops --bundleio --no_delegate --portable_kernels="aten::sub.out,aten::add.out,aten::mul.out" --qdq_fusion_op=true
// The above fails as 'QuantOpTest' has mixed binary operations.
2. examples/arm/run.sh --et_build_root=arm_test/test_run
--target=ethos-u55-128 --model_name=qops --bundleio --no_delegate
--portable_kernels="aten::sub.out,aten::add.out,aten::mul.out" -->
passes (as default flag value is set to false)
Reviewers:
Subscribers:
Tasks:
Tags:1 parent 7097ee1 commit da132c3
2 files changed
+22
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
603 | 609 | | |
604 | 610 | | |
605 | 611 | | |
| |||
791 | 797 | | |
792 | 798 | | |
793 | 799 | | |
794 | | - | |
| 800 | + | |
795 | 801 | | |
796 | 802 | | |
797 | 803 | | |
798 | | - | |
799 | | - | |
800 | | - | |
801 | | - | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
802 | 814 | | |
803 | 815 | | |
804 | 816 | | |
| |||
835 | 847 | | |
836 | 848 | | |
837 | 849 | | |
838 | | - | |
| 850 | + | |
839 | 851 | | |
840 | 852 | | |
841 | 853 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
275 | 278 | | |
276 | 279 | | |
277 | 280 | | |
278 | | - | |
| 281 | + | |
279 | 282 | | |
280 | 283 | | |
281 | 284 | | |
| |||
0 commit comments