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/04/13 06:44:33 UTC

[GitHub] [tvm] huajsj opened a new pull request, #10990: [Runtime][PipelineExecutor]Add forwarding queue logic for set input.

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

   When the set_input function get called, a runtime of pipeline may not yet finish the former computation work then the new set_input call would break the current computation logic, to avoid such issue, we add the forwarding queue logic to guarantee the order of input data consuming.
   
   


-- 
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 #10990: [Runtime][PipelineExecutor]Add forwarding queue logic for set input.

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


-- 
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 #10990: [Runtime][PipelineExecutor]Add forwarding queue logic for set input.

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

   @masahi, @comaniac , 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