Skip to content

Commit a53e36a

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
turn on dim order in cadence test
Summary: as title Reviewed By: digantdesai Differential Revision: D68246404
1 parent 108ec68 commit a53e36a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/cadence/aot/compiler.py

-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def export_to_edge(
203203
edge_prog_manager = to_edge(
204204
expo_program,
205205
compile_config=EdgeCompileConfig(
206-
_skip_dim_order=True,
207206
# Allow specific non-core aten ops in the IR.
208207
_core_aten_ops_exception_list=[
209208
torch.ops.aten.linear.default,

0 commit comments

Comments
 (0)