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 02783ff commit 6a4f60dCopy full SHA for 6a4f60d
backends/vulkan/test/test_vulkan_delegate.py
@@ -117,6 +117,7 @@ def run_test():
117
118
edge_program = to_edge_transform_and_lower(
119
program,
120
+ compile_config=self._edge_compile_config,
121
transform_passes=[
122
I64toI32(self._edge_compile_config._skip_dim_order),
123
],
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