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

   Co-authored-by: Bohan Hou <[email protected]>
   
   This PR adds a schedule primitive `PadEinsum`. It is used for computation in 
Einsum pattern specifically, which cover most cases for tensorization. Unlike 
general cases for padding in 
https://github.com/apache/tvm-rfcs/blob/main/rfcs/0077-layout-transform-padding.md,
 this primitive pads the output blocks and the input blocks at once, which 
eliminates the need to extra arithmetic analysis to provide the guarantee of 
program correctness.
   
   cc @Hzfengsy @wrongtest-intellif @spectrometerHBH @Lunderberg 


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