mbrookhart opened a new pull request #10321:
URL: https://github.com/apache/tvm/pull/10321


   cc @AndrewZhaoLuo @jwfromm 
   
   #9911 introduced some extra broadcasting to handle edge cases in shapes. In 
cases where the broadcasted shape matched the input shape, this ended up being 
a null op that caused some issues with a model I've been testing.
   
   I think the issue is deeper in how broadcast_to is lowered, but removing the 
unnecessary broadcast also fixes my bug, so I'm punting and adding the deeper 
issue to my backlog.
   


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