leeexyz opened a new pull request #7602: URL: https://github.com/apache/tvm/pull/7602
Hi Community, When I try to use the auto inline functions, I found that one for element-wise is not working due to the wrong **VisitExpr_**, it should be **ProducerLoadNode** not **CallNode**. And I also implement the broadcast one by simply checking the **tag**, cause ops in Topi has the specified tag. @comaniac @ZihengJiang @tqchen Please help to review, thanks! ---------------------------------------------------------------- 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]
