Skip to content

Commit

Permalink
enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Nov 28, 2020
1 parent 3194a8c commit cbf6dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_auto_scheduler_layout_rewrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def tune_and_check(mod, data, weight):
builder=auto_scheduler.LocalBuilder(timeout=60),
measure_callbacks=[auto_scheduler.RecordToFile(log_file)],
)
# tuner.tune(tune_option, search_policy="sketch.random")
tuner.tune(tune_option, search_policy="sketch.random")

# Compile and run
def compile_and_run(disabled_pass={}):
Expand Down

0 comments on commit cbf6dd9

Please sign in to comment.