ganler commented on issue #10651: URL: https://github.com/apache/tvm/issues/10651#issuecomment-1071109404
Interesting, I think there can be basically 2 big ideas for working this around: 1. avoid such MatMul being transformed into Dense; 2. add unsqueeze so that [3] -> [3, 1] fitting the requirement of existing code base. -- 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]
