Skip to content

Commit e375bff

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
turn on dim order in vulkan backend tests (#7847)
Summary: as title Differential Revision: D68237397
1 parent 5ee5f2f commit e375bff

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)