We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9db0a3 commit 020b093Copy full SHA for 020b093
exir/capture/_config.py
@@ -45,8 +45,7 @@ class EdgeCompileConfig:
45
)
46
_skip_type_promotion: bool = False
47
# TODO(gasoonjia): remove this
48
- # TODO(T192537614): reenanle dim order as default
49
- _skip_dim_order: bool = True
+ _skip_dim_order: bool = False
50
51
52
@compatibility(is_backward_compatible=False)
0 commit comments