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 3d2f344Copy full SHA for 3d2f344
backends/vulkan/test/test_vulkan_delegate.py
@@ -122,6 +122,7 @@ def run_test(memory_layout):
122
123
edge_program = to_edge_transform_and_lower(
124
program,
125
+ compile_config=self._edge_compile_config,
126
transform_passes=[
127
I64toI32(self._edge_compile_config._skip_dim_order),
128
],
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