From 426cb4cc439452a6b4b401a7ea1679a2fd00b45d Mon Sep 17 00:00:00 2001 From: Songhao Jia Date: Thu, 23 Jan 2025 12:32:39 -0800 Subject: [PATCH] turn on dim order in vulkan backend tests (#7847) Summary: this diff turns on dim order in Vulcan tests. Notice that this diff does not touch the internal Vulkan tests to avoid unnecessary errors or burdens. Reviewed By: SS-JIA 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 85326d1e89..8a2701a5c0 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(