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

   CombineParallelMatmul fused parallel matmul biases by checking rank alone, 
not whether their non-concat axes actually matched, so incompatible shapes like 
[1, 4] and [2, 5] slipped through and crashed in concat. 
   
   Added a check that validates the non-concat axes and skips fusing the bias 
when they don't match.
   
   Fixes #20205.
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to