Skip to content

Commit

Permalink
[Runtime][PipelineExecutor] Refactor PipelineExecutor.py add cross
Browse files Browse the repository at this point in the history
compile support for pipeline executor.

Current pipeline_executor and pipeline_executor_build stay in same
file, this caused that the the running of pipeline_executor need support
from tvm and relay that is not available on edge device in which a runtime
library only can get build.

Pipeline executor used PipelineExecutorFactory to store the pipeline
configuration and export the pipeline executor library, but the current
export not support the cross compile, add related logic.
  • Loading branch information
huajsj committed Apr 27, 2022
1 parent 6846484 commit 35d6ce7
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 649 deletions.
Loading

0 comments on commit 35d6ce7

Please sign in to comment.