You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Remove old transform_for_cortex_m_backend and --enable_qdq_fusion_pass (#17740)
Summary:
Remove the transform_for_cortex_m_backend() function and deprecate
--enable_qdq_fusion_pass CLI flag from aot_arm_compiler.py. Instead,
ReplaceQuantNodesPass is now applied directly inside
to_edge_TOSA_delegate() and to_edge_no_delegate(), making each
compilation path self-contained rather than relying on a post-hoc fixup
applied to all targets.
This is a prerequisite for PR #17075, which introduces Cortex-M as a
first-class compilation target with its own dedicated pipeline.
cc @digantdesai@SS-JIA@freddan80@per@zingo@oscarandersson8218@mansnils@Sebastian-Larsson@robell
---------
Co-authored-by: Github Executorch <github_executorch@arm.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments