Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Runtime] Pipeline Executor Initial patch. (apache#8702)
* [Runtime] Pipeline Executor Initial patch. This patch is one of serial patch for PR 7892 splitting.this is the initial part of the pipeline executor, this patch include the cmake change and python and C++ interface for pipeline executor. * add pipeline config * add config connect logic. * fix build issue. * set output index start from 0 * address review comments Co-authored-by: Cody Yu <comaniac0422@gmail.com> * address review comments. * address review comments. * Update python/tvm/contrib/pipeline_executor.py Co-authored-by: Cody Yu <comaniac0422@gmail.com> Update python/tvm/contrib/pipeline_executor.py Co-authored-by: Cody Yu <comaniac0422@gmail.com> * address review comments. * address review comments * add topology sort * add binding check logic. * fix plint error. * Update python/tvm/contrib/pipeline_executor.py Co-authored-by: Cody Yu <comaniac0422@gmail.com> * address review comments. * fix plint issue. * address review comments. * trigger build. * Update python/tvm/contrib/pipeline_executor.py Co-authored-by: Cody Yu <comaniac0422@gmail.com> address review comments * address review comments. * polish doc and comments. * polish doc and address review comments. * address review comments. * doc change. * doc change. * Trigger build. * trigge build. * address review comments. * address review comments. * address review comments. * polish documents. * Polish the document. * address review comments. Co-authored-by: Cody Yu <comaniac0422@gmail.com>
- Loading branch information