Skip to content

Commit ac6ba45

Browse files
tugsbayasgalanfacebook-github-bot
authored andcommitted
All executprch test pass now
Summary: Title Reviewed By: tarun292 Differential Revision: D64918434
1 parent e93ad5f commit ac6ba45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exir/tests/test_memory_format_ops_pass_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class MemoryFormatOpsPassTestUtils:
6969
def memory_format_test_runner(
7070
test_class: unittest.TestCase, test_set: MemoryFormatTestSet
7171
):
72-
before = export(test_set.module, test_set.sample_input)
72+
before = export(test_set.module, test_set.sample_input).run_decompositions({})
7373

7474
if test_set.use_xnnpack:
7575
epm = to_edge_transform_and_lower(

exir/tests/test_passes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ def _do_checks(
17351735
ep = export(
17361736
m,
17371737
(input,),
1738-
)
1738+
).run_decompositions({})
17391739
_do_checks(
17401740
ep.graph_module.code,
17411741
aten_op_str,

0 commit comments

Comments
 (0)