Skip to content

Commit 4aebc64

Browse files
eigen-kfacebook-github-bot
authored andcommitted
Use cadence reorder ops passes in turing partitioner.
Summary: Jarvis&Helios passes unification. Context: https://docs.google.com/document/d/1v3B-0ngdeEx0VoI8pAKovqeLkkByMM6hFBqtOzBboOw/edit?usp=sharing Differential Revision: D78702133
1 parent 8f062d3 commit 4aebc64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/cadence/aot/reorder_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,4 +835,5 @@ class CadenceReorderOpsInGraph:
835835
# These passes work on branches instead of linear chains to advance
836836
# quantize op beyond their def.
837837
AdvanceQuantizeOpAboveDefInBranchPass,
838+
PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView,
838839
]

0 commit comments

Comments
 (0)