Skip to content

Commit

Permalink
updated redirected APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Nov 21, 2018
1 parent d791c9a commit 7880d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/experiment.tune.compiler.flags/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ def rebuild_cmd(i):

def replay(i):
"""
See in module "program.optimization"
See 'replay program.optimization'
"""

i['module_uoa']=cfg['module_deps']['program.optimization']
Expand All @@ -1098,7 +1098,7 @@ def replay(i):

def prune(i):
"""
See in module "program.optimization"
See 'replay program.optimization'
"""

i['module_uoa']=cfg['module_deps']['program.optimization']
Expand Down

0 comments on commit 7880d18

Please sign in to comment.