Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Runtime][PipelineExecutor] Getting the asynchronous output #10723

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

huajsj
Copy link
Contributor

@huajsj huajsj commented Mar 23, 2022

RFC : https://github.com/apache/tvm-rfcs/blob/main/rfcs/0014-pipeline-executor.md
Issue : #8596

This patch create a new GlobalRuntime to check whether the output data ready and poll global output of pipeline, it also removed the sequence pipeline execution logic as the asynchronous logic already done.

This patch create a new GlobalRuntime to check whether the output data
ready and poll global output of pipeline, it also removed the sequence
pipeline execution logic as the asynchronous logic already done.
@huajsj
Copy link
Contributor Author

huajsj commented Mar 23, 2022

@masahi, @comaniac.

@masahi masahi merged commit 4a85dcd into apache:main Mar 24, 2022
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
…0723)

This patch create a new GlobalRuntime to check whether the output data
ready and poll global output of pipeline, it also removed the sequence
pipeline execution logic as the asynchronous logic already done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants