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 2022/01/20 22:31:20 UTC

[GitHub] [tvm] huajsj opened a new pull request #10010: [Runtime][PipelineExecutor] Add Pipeline Executor Interface

huajsj opened a new pull request #10010:
URL: https://github.com/apache/tvm/pull/10010


   Adding interfaces into Pipeline Executor to "run", "stop","set input",
   and "get input" from the pipeline executor,
   
   In this patch, we also implemented the "BackendRuntime" structure to
   wrap the graph runtime interface in order to support  pipeline executor
   interface and implement data copy method. This method is used to
   transfer data between two backend runtimes.


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] masahi merged pull request #10010: [Runtime][PipelineExecutor] Add Pipeline Executor Interface

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


   


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] huajsj commented on pull request #10010: [Runtime][PipelineExecutor] Add Pipeline Executor Interface

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


   @comaniac, @masahi, @liangfu , please take a look.


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] masahi merged pull request #10010: [Runtime][PipelineExecutor] Add Pipeline Executor Interface

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


   


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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