We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1936f0c commit 924a591Copy full SHA for 924a591
backends/vulkan/test/test_vulkan_delegate.py
@@ -32,7 +32,7 @@
32
33
class TestBackends(unittest.TestCase):
34
_edge_compile_config: EdgeCompileConfig = EdgeCompileConfig(
35
- _skip_dim_order=True, # TODO(T182928844): Delegate dim order op to backend.
+ _skip_dim_order=False, # TODO(T182928844): Delegate dim order op to backend.
36
)
37
38
def assert_outputs_equal(
0 commit comments