Skip to content

Commit

Permalink
turn on dim order in vulkan backend tests
Browse files Browse the repository at this point in the history
Differential Revision: D68237397

Pull Request resolved: #7847
  • Loading branch information
Gasoonjia authored Jan 24, 2025
1 parent 453e9e2 commit de0ea1d
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 de0ea1d

Please sign in to comment.