Skip to content

Commit 7880d18

Browse files
committed
updated redirected APIs
1 parent d791c9a commit 7880d18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • module/experiment.tune.compiler.flags

module/experiment.tune.compiler.flags/module.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ def rebuild_cmd(i):
10841084

10851085
def replay(i):
10861086
"""
1087-
See in module "program.optimization"
1087+
See 'replay program.optimization'
10881088
"""
10891089

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

10991099
def prune(i):
11001100
"""
1101-
See in module "program.optimization"
1101+
See 'replay program.optimization'
11021102
"""
11031103

11041104
i['module_uoa']=cfg['module_deps']['program.optimization']

0 commit comments

Comments
 (0)