Skip to content

Commit c8cf004

Browse files
committed
[dim order] reenbale dim order as default
This diff reenable dim order as default feature in ExecuTorch stack. Differential Revision: [D66970153](https://our.internmc.facebook.com/intern/diff/D66970153/) [ghstack-poisoned]
1 parent b9db0a3 commit c8cf004

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exir/capture/_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ class EdgeCompileConfig:
4545
)
4646
_skip_type_promotion: bool = False
4747
# TODO(gasoonjia): remove this
48-
# TODO(T192537614): reenanle dim order as default
49-
_skip_dim_order: bool = True
48+
_skip_dim_order: bool = False
5049

5150

5251
@compatibility(is_backward_compatible=False)

0 commit comments

Comments
 (0)