Skip to content

Commit

Permalink
Use vm in rpc run module.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxybazh committed Jun 23, 2022
1 parent 3889ec0 commit 7de8bce
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 @@ -234,6 +234,7 @@ def main():
dev_type=ARGS.target.kind.name,
args=input_data,
continuation=f_timer_vm,
use_vm=True,
)


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 @@ -234,6 +234,7 @@ def main():
dev_type=ARGS.target.kind.name,
args=input_data,
continuation=f_timer_vm,
use_vm=True,
)


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 @@ -191,6 +191,7 @@ def main():
dev_type=ARGS.target.kind.name,
args=input_data,
continuation=f_timer_vm,
use_vm=True,
)


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 @@ -192,6 +192,7 @@ def main():
dev_type=ARGS.target.kind.name,
args=input_data,
continuation=f_timer_vm,
use_vm=True,
)


Expand Down

0 comments on commit 7de8bce

Please sign in to comment.