ganler commented on issue #11691:
URL: https://github.com/apache/tvm/issues/11691#issuecomment-1154637915

   @petuca Thanks for looking into it. According to how it is fixed in the two 
PRs you linked, I guess the workaround is to simply return the following line 
of code after `if rank_a == 1`'s true condition.
   
   ```
   return _op.squeeze(_op.nn.matmul(_op.expand_dims(inputs_0, axis=0), 
inputs_1), axis=[0])
   ```
   
   PR is welcome or I can help you patch that when I am more available.


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