Skip to content

Commit

Permalink
Update tests/python/unittest/test_meta_schedule_mutator_mutate_tile_s…
Browse files Browse the repository at this point in the history
…ize.py

Co-authored-by: Siyuan Feng <Hzfengsy@sjtu.edu.cn>
  • Loading branch information
MasterJH5574 and Hzfengsy authored Jan 28, 2022
1 parent 1c09e36 commit 34e2e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ def test_mutate_tile_size_matmul():
assert len(results) > 15


if __name__ == """__main__""":
if __name__ == "__main__":
test_mutate_tile_size_matmul()

0 comments on commit 34e2e93

Please sign in to comment.