Skip to content

Commit

Permalink
Fix backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxybazh committed Jun 23, 2022
1 parent 0f273b9 commit b38bf33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/auto_scheduler/testing/tune_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def main():
dev_type=ARGS.target.kind.name,
args=input_data,
continuation=f_timer(ARGS.backend),
backend=ARGS.backend,
)


Expand Down
1 change: 1 addition & 0 deletions python/tvm/auto_scheduler/testing/tune_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def main():
dev_type=ARGS.target.kind.name,
args=input_data,
continuation=f_timer(ARGS.backend),
backend=ARGS.backend,
)


Expand Down
1 change: 1 addition & 0 deletions python/tvm/meta_schedule/testing/tune_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def main():
dev_type=ARGS.target.kind.name,
args=input_data,
continuation=f_timer(ARGS.backend),
backend=ARGS.backend,
)


Expand Down
1 change: 1 addition & 0 deletions python/tvm/meta_schedule/testing/tune_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def main():
dev_type=ARGS.target.kind.name,
args=input_data,
continuation=f_timer(ARGS.backend),
backend=ARGS.backend,
)


Expand Down

0 comments on commit b38bf33

Please sign in to comment.