You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/15 16:53:02 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #6482: [PY] GraphRuntime: Update the tutorials to the module-based interface

tqchen opened a new pull request #6482:
URL: https://github.com/apache/incubator-tvm/pull/6482


   Also added document about the encouraged usage.
   In particular, we encourage the following usage.
   
   lib = relay.build(...)
   gmod = graph_runtime.GraphModule(lib["default"](ctx))
   
   I have changed most of the tutorials and apps.
   Some follow up PRs are needed to update some of the tests code.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on pull request #6482: [PY] GraphRuntime: Update the tutorials to the module-based interface

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6482:
URL: https://github.com/apache/incubator-tvm/pull/6482#issuecomment-692849038


   cc @anijain2305 @ZihengJiang @jroesch @FrozenGene @jroesch @zhiics @yzhliu 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] anijain2305 commented on pull request #6482: [PY] GraphRuntime: Update the tutorials to the module-based interface

Posted by GitBox <gi...@apache.org>.
anijain2305 commented on pull request #6482:
URL: https://github.com/apache/incubator-tvm/pull/6482#issuecomment-693097928


   Thanks @tqchen for the PR! Yes, I can take a look at this from next week.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on pull request #6482: [PY] GraphRuntime: Update the tutorials to the module-based interface

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6482:
URL: https://github.com/apache/incubator-tvm/pull/6482#issuecomment-693016488


   would be great @zhiics @anijain2305 if you can do a followup pass to pick up the places in the tests. VSCode search for `graph_runtime.create` can usually reveal the code. While we may not want to fix the debug runtime, it is helpful to fix most of the things


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen merged pull request #6482: [PY] GraphRuntime: Update the tutorials to the module-based interface

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6482:
URL: https://github.com/apache/incubator-tvm/pull/6482


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org