mbs-octoml commented on a change in pull request #8486:
URL: https://github.com/apache/tvm/pull/8486#discussion_r671400244



##########
File path: src/relay/backend/interpreter.cc
##########
@@ -710,17 +709,17 @@ class Interpreter : public ExprFunctor<ObjectRef(const 
Expr& n)>,
   Target target_;
   // Object stack.
   Stack stack_;
-  // Backend compile engine.
-  CompileEngine engine_;
+  // TE-to-TIR lowerer (compiler).
+  TECompiler compiler_;

Review comment:
       Ultimately we want to enable customized rewrites/transforms at all 
stages. This work is just getting us out of the go-straight-to-packed-func 
world so we can have a representation which makes the current te visible.
   
   This is my first week so I'm just wrapping my head around this -- I defer to 
Jarad for the True Story.




-- 
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