Skip to content

Commit

Permalink
Remove Init from ReplayTrace test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxybazh committed Jun 11, 2022
1 parent 635ad80 commit f1ebebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_meta_schedule_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def _schedule_matmul(sch: Schedule):
"ReplayTrace::GenerateMeasureCandidates",
"ReplayTrace::PostTuning",
"ReplayTrace::PreTuning",
"ReplayTrace::InitializeWithTuneContext",
]:
assert term in profiler.get()
assert profiler.get()[term] > 0
Expand Down

0 comments on commit f1ebebc

Please sign in to comment.