xqdan commented on a change in pull request #8486:
URL: https://github.com/apache/tvm/pull/8486#discussion_r670916447



##########
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:
       Is it possible to hold a customzied TECompiler? Say if it is NPU 
TECompiler, which has differnent pass flow.




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