Skip to content

Commit 4deee29

Browse files
GasoonjiaYIWENX14
authored andcommitted
turn on dim order in vulkan backend tests
Differential Revision: D68237397 Pull Request resolved: #7847
1 parent 572af95 commit 4deee29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/test/test_vulkan_delegate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
class TestBackends(unittest.TestCase):
3434
_edge_compile_config: EdgeCompileConfig = EdgeCompileConfig(
35-
_skip_dim_order=True, # TODO(T182928844): Delegate dim order op to backend.
35+
_skip_dim_order=False, # TODO(T182928844): Delegate dim order op to backend.
3636
)
3737

3838
def assert_outputs_equal(

0 commit comments

Comments
 (0)