Uh oh!
There was an error while loading. Please reload this page.
[Runtime][PipelineExecutor] Add graph manually splitting logic into the unit test. - #11334
Conversation
Uh oh!
There was an error while loading. Please reload this page.
huajsj
commented
May 18, 2022
@SebastianBoblestETAS , please take a look. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
huajsj
commented
May 18, 2022
@SebastianBoblestETAS, all review comments addressed, please take a look. |
SebastianBoblest
left a comment
There was a problem hiding this comment.
LGTM, two minor typos should be fixed.
Note that I can not really judge the functionality of this test, not my area of expertise.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
the unit test. Current unit test create 3 seperate module then re-connect them to run the pipeline executor. And this is not a real use case for pipeline executor. Adding a manually graph splitting logic which split a full network into 3 subgraph then run the pipeline executor and verify the result to simulate the real use case.
huajsj
commented
May 19, 2022
@masahi , please take a look. |
RFC: https://github.com/apache/tvm-rfcs/blob/main/rfcs/0014-pipeline-executor.md
Issue: #8596
Current unit test create 3 seperate module then re-connect them to run the pipeline executor. And this is not a real use case for pipeline executor.
Adding a manually graph splitting logic which split a full network into 3 subgraph then run the pipeline executor and verify the result to simulate the real use case .