yuchaoli opened a new pull request #7845:
URL: https://github.com/apache/tvm/pull/7845


   This PR change the matmul conversion in PyTorch when given (2-dim, N-dim) 
input pair (N>2).
   
   Original implement conversion [2 dim matrix * 3 dim tensor] into [batch 
matmul], however it can be implemented by a simple [matmul] with [2 dim matrix 
* 2 dim matrix (reshape 3 dim tensor into 2 dim matrix)].
   
   cc @jcf94 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to