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 2021/03/17 00:49:52 UTC

[GitHub] [tvm] apivovarov opened a new pull request #7676: Default value for graph_runtime Init lookup_linked_param_func

apivovarov opened a new pull request #7676:
URL: https://github.com/apache/tvm/pull/7676


   In previous TVM version GraphRuntime `Init` method had 3 parameters.
   - `graph_json` The execution graph
   - `module` The module containing the compiled functions
   - `ctxs` The context of the host and devices
   Now `Init` method has one additional parameter:
   - lookup_linked_param_func If given, a PackedFunc invoked to lookup
   In most of the cases this parameter is set to nullptr.
   
   To keep API backward compatibility we can set default value `nullptr` for 4th parameter `lookup_linked_param_func`.


----------------------------------------------------------------
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] [tvm] anijain2305 commented on pull request #7676: Default value for graph_runtime Init lookup_linked_param_func

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


   Thanks @apivovarov @d-smirnov @zhiics 


-- 
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] [tvm] anijain2305 merged pull request #7676: Default value for graph_runtime Init lookup_linked_param_func

Posted by GitBox <gi...@apache.org>.
anijain2305 merged pull request #7676:
URL: https://github.com/apache/tvm/pull/7676


   


-- 
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