[GitHub] [tvm] jwfromm commented on a change in pull request #10722: [TVMC] Support compiling and running with VM

2022-03-30 Thread GitBox
jwfromm commented on a change in pull request #10722: URL: https://github.com/apache/tvm/pull/10722#discussion_r839009864 ## File path: python/tvm/driver/tvmc/model.py ## @@ -281,7 +320,9 @@ def export_package( if output_format == "mlf" and cross: raise TV

[GitHub] [tvm] jwfromm commented on a change in pull request #10722: [TVMC] Support compiling and running with VM

2022-03-25 Thread GitBox
jwfromm commented on a change in pull request #10722: URL: https://github.com/apache/tvm/pull/10722#discussion_r833623465 ## File path: python/tvm/driver/tvmc/runner.py ## @@ -530,58 +531,82 @@ def run_module( assert device == "cpu" dev = session.cpu()