mikepapadim opened a new pull request #9282:
URL: https://github.com/apache/tvm/pull/9282


   This is a follow-up work for #8775 to address the pending comments to remove 
the `compile_engine`.
   
   As this is an intermediate step towards completely moving away from the 
engine, we exposed the following legacy functions from the compile engine to 
ensure backwards compatibility atm:
   * _TECompilerJIT 
   * _TECompilerLower 
   * _make_LoweredOutput
   * _make_CCacheKey
   
   Now, compile_engine.py has been replaced with te_compiler.py and deprecated 
funcs, such as LowerShapeFuncs kept private within the te_compiler.cc.
   
   @jroesch @mbs-octoml @electriclilies @comaniac @junrushao1994 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to