From 968d3f29e888535bba09a461966206287059d05e Mon Sep 17 00:00:00 2001 From: Songhao Jia Date: Wed, 22 Jan 2025 13:50:16 -0800 Subject: [PATCH] turn on dim order in vulkan backend tests Summary: as title Differential Revision: D68237397 --- backends/vulkan/test/test_vulkan_delegate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/vulkan/test/test_vulkan_delegate.py b/backends/vulkan/test/test_vulkan_delegate.py index 85326d1e898..8a2701a5c02 100644 --- a/backends/vulkan/test/test_vulkan_delegate.py +++ b/backends/vulkan/test/test_vulkan_delegate.py @@ -32,7 +32,7 @@ class TestBackends(unittest.TestCase): _edge_compile_config: EdgeCompileConfig = EdgeCompileConfig( - _skip_dim_order=True, # TODO(T182928844): Delegate dim order op to backend. + _skip_dim_order=False, # TODO(T182928844): Delegate dim order op to backend. ) def assert_outputs_equal(