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

   Prior to this commit, if the weight of a matmul a dynamic shape, and that 
matmul is being combined with the `CombineParallelMatmul` pass, it could cause 
a segfault when `dim.as<IntImmNode>()` returns a null pointer.
   
   This commit adds explicit test cases for these dynamic shapes, and updates 
`CombineParallelMatmul` to handle the dynamic shapes.


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