Skip to content

Commit

Permalink
Automatically enable autotune feature
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 7, 2022
1 parent d8fadbb commit 211c39b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mlonmcu/cli/tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def handle(args, ctx=None):
if ctx:
handle_build(args, context)
else:
args.features.append("autotune") # TODO: enable autotuning automatically?
# args.features.append("autotuned") # ?
with mlonmcu.context.MlonMcuContext(path=args.home, lock=True) as context:
handle_build(args, context)
kickoff_runs(args, RunStage.TUNE, context)

0 comments on commit 211c39b

Please sign in to comment.