Skip to content

Commit

Permalink
Working on Evo Search (apache#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored and zxybazh committed Jan 7, 2022
1 parent 096e093 commit 309e75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/tvm/meta_schedule/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@
)
from .tune import tune_te, tune_tir, tune_relay
from .tune_context import TuneContext
from .tune import tune_tir, tune_te
3 changes: 2 additions & 1 deletion tests/python/unittest/test_meta_schedule_search_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,5 @@ def predict(


if __name__ == "__main__":
sys.exit(pytest.main([__file__] + sys.argv[1:]))
test_meta_schedule_evolutionary_search()
# sys.exit(pytest.main([__file__] + sys.argv[1:]))

0 comments on commit 309e75e

Please sign in to comment.