Skip to content

Commit

Permalink
Skip assertion of whether a functional schedule exists
Browse files Browse the repository at this point in the history
  • Loading branch information
guberti committed Jul 27, 2022
1 parent 1ba70ed commit d847218
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/tvm/micro/testing/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ def tune_model(
],
si_prefix="M",
)
assert tuner.best_flops > 1
# Note that we might not find a working schedule at all, in which case
# tuner.best_flops would equal zero. This is not good, but checking for
# this case will happen elsewhere.

return results

Expand Down

0 comments on commit d847218

Please sign in to comment.