Browse Source

!74 save tuning result to repo_path in composite tuner

From: @dabaiji
Reviewed-by: @anyrenwei,@dylangeng
Signed-off-by: @dylangeng
pull/74/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
fc2fbcb167
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fuzz/tune/test_composite_tuner.py

+ 1
- 1
tests/fuzz/tune/test_composite_tuner.py View File

@@ -58,6 +58,6 @@ if __name__ == "__main__":
sys.exit()

time_start = time.time()
tune_composite(input_str, tune_level=1, skip_exist=skip_exist)
tune_composite(input_str, tune_level=1, repo_path=repo_path, skip_exist=skip_exist)
time_end = time.time()
logging.debug("launch time: %f", time_end - time_start)

Loading…
Cancel
Save