Skip to content

Commit

Permalink
[Runtime][PipelineExecutor] Add cross compile support for pipeline
Browse files Browse the repository at this point in the history
executor and decouple pipeline_executor and pipeline_executor_build
to support running pipeline_executor in edge device.

Pipeline executor used PipelineExecutorFactory to do the pipeline
configuration store and library exporting work, but the current
export not support the cross compile, add related logic.

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.
  • Loading branch information
huajsj committed Apr 27, 2022
1 parent 6846484 commit 79292e9
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 649 deletions.
Loading

0 comments on commit 79292e9

Please sign in to comment.