Skip to content

Commit

Permalink
only use json format for roundtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 committed Mar 3, 2023
1 parent abac67c commit 6767475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/meta_schedule/testing/space_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _find_match_sketch_id(
decisions=new_decisions,
).apply_to_schedule(sch, remove_postproc=True)
if structural_equal(sch.mod, expected_mod):
verify_trace_roundtrip(sch=sch, mod=mod, debug_mask=debug_mask)
verify_trace_roundtrip(sch=sch, mod=mod, debug_mask=debug_mask, text_format="json")
return sketch_id
return None

Expand Down

0 comments on commit 6767475

Please sign in to comment.