You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Relay] Replace compile engine with TE compiler in the VM (apache#8501)
* [VM] Add imports to new TE in VM compiler
* [VM] Add comments to compile engine usages
* [VM] Replace depreceated CachedFunc of compile_engine with TE_compiler
* [VM] rm compiler engine compiler.cc
* [VM] Replace compile engine with TECompiler in memory allocator
* [VM] Add relay interface to te_compiler
* [Relay] Fix linting errors
* Move TEcompiler to VMCompilerContext; add global func into IRmodule when lowering in TEcompiler
* add back the check
* skip the check for ext func in tecompiler
* skip tvm::build for external functions
* trigger ci
* retrigger ci
* retrigger ci
* remove the unnecessary loop in tecompiler
Co-authored-by: YuchenJin <yuchenj@cs.washington.edu>
0 commit comments