Hzfengsy opened a new pull request #8044:
URL: https://github.com/apache/tvm/pull/8044


   The last PR of M1c, which enables the lowering and building for TensorIR.
   Please note that this PR will change the building progress if we input an 
IRModule.
   
   Previously, we assume that the IRModule has done all the passes if we try to 
build an IRModule to a runnable Module.
   
   However, TensorIR regards IRModule as the schedule unit, so that we may want 
to build an IRModule at any stage. (has done no passes, some of the passes or 
all of the passes). We will apply all passes to an IRModule when we want to 
build it.
   
   cc @tqchen @junrushao1994 @comaniac @jcf94 @xqdan 


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

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


Reply via email to