junrushao1994 opened a new pull request, #12070:
URL: https://github.com/apache/tvm/pull/12070

   This PR refactors the key schedule primitive `tensorize`, cleaning up the 
logic and brings the following benefits:
   1) `tensorize` is now failure-safe: previously if a failure happens between 
`blockize` and structural pattern matching, the sref tree is left unmaintained
   2) `tensorize` is now correct if a TIR is tensorized multiple times with the 
same tensor intrin: previously the intrin is not deep copied, so the pointer 
equality used in ScheduleState will fail if the TIR is tensorized multiple times
   
   Per discussion with @vinx13 @yzh119 @spectrometerHBH 


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