jroesch commented on a change in pull request #8486:
URL: https://github.com/apache/tvm/pull/8486#discussion_r671549890
##########
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:
@xqdan the goal of TECompile is to have one lowering which applies
initial scheduling to functions and puts them in the IRModule. After this users
can customize the flow for specific targets or executors.
--
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]