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] Pipeline Executor Sequential execution #10082

Merged
merged 3 commits into from
Jan 28, 2022

Conversation

huajsj
Copy link
Contributor

@huajsj huajsj commented Jan 27, 2022

In the first, adding the "get output" logic. Secondly, adding the the sequential executing
logic of pipeline executor. In the last, testing the pipeline executor interface and
checking the output data.

RFC PR: apache/tvm-rfcs#14
GitHub Issue: #8596

python/tvm/contrib/pipeline_executor.py Outdated Show resolved Hide resolved
src/runtime/pipeline/pipeline_executor.h Outdated Show resolved Hide resolved
src/runtime/pipeline/pipeline_scheduler.h Outdated Show resolved Hide resolved
src/runtime/pipeline/pipeline_struct.h Outdated Show resolved Hide resolved
huajsj and others added 2 commits January 27, 2022 11:23
In the first, adding the "get output" logic. Secondly, adding the the sequential executing
logic of pipeline executor. In the last, testing the pipeline executor interface and
checking the output data.
Co-authored-by: Cody Yu <comaniac0422@gmail.com>
@huajsj huajsj requested a review from comaniac January 28, 2022 19:45
@huajsj
Copy link
Contributor Author

huajsj commented Jan 28, 2022

@comaniac , thanks for the fix, all review comments addressed, please take a look.

@comaniac comaniac merged commit 80d4d05 into apache:main Jan 28, 2022
@comaniac
Copy link
Contributor

Thanks @huajsj

sunggg pushed a commit to sunggg/tvm that referenced this pull request Jan 29, 2022
…pache#10082)

* [Runtime][PipelineExecutor] Pipeline Executor Sequential execution

In the first, adding the "get output" logic. Secondly, adding the the sequential executing
logic of pipeline executor. In the last, testing the pipeline executor interface and
checking the output data.

* Address review comments.

Co-authored-by: Cody Yu <comaniac0422@gmail.com>

* trigger build.

Co-authored-by: Cody Yu <comaniac0422@gmail.com>
ylc pushed a commit to ylc/tvm that referenced this pull request Feb 16, 2022
…pache#10082)

* [Runtime][PipelineExecutor] Pipeline Executor Sequential execution

In the first, adding the "get output" logic. Secondly, adding the the sequential executing
logic of pipeline executor. In the last, testing the pipeline executor interface and
checking the output data.

* Address review comments.

Co-authored-by: Cody Yu <comaniac0422@gmail.com>

* trigger build.

Co-authored-by: Cody Yu <comaniac0422@gmail.com>
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