Skip to content

Commit

Permalink
turn on dim order in vulkan backend tests (#7847)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Gasoonjia authored and facebook-github-bot committed Jan 23, 2025
1 parent 5ee5f2f commit 426cb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/vulkan/test/test_vulkan_delegate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 426cb4c

Please sign in to comment.