Hzfengsy commented on issue #7527:
URL: https://github.com/apache/tvm/issues/7527#issuecomment-907176062


   Hey @manupa-arm,
   
   Don't worry. We will make TensorIR be an optional but not the default 
backend of relay as our first step. There must be many works (including meta 
schedule and some corner cases that meta schedule can not generate 
automatically) to do before totally switching TE to TensorIR. 
   
   On the other hand, if you really want to use TensorIR in compilation flow 
before meta-schedule, you may have to rewrite TOPI schedules you need. 
Theoretically, we can use both TE and TensorIR in one relay network (i.e., use 
TensorIR for one special Op but use TE for the rest). Unfortunately, our 
current implementation does not support it. And we haven't decided if we will 
support it.


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