MasterJH5574 opened a new issue, #14834: URL: https://github.com/apache/tvm/issues/14834
@wrongtest-intellif Hello, I noticed an abnormal issue after #14021 being merged. https://gist.github.com/MasterJH5574/64e9dca54cc08cd0131126efd55cfac7 In the gist above, the original TIR function is one that takes a symbolic var and creates a buffer whose shape depends on the symbolic variable. The lowered TIR function with this PR is abnormally complicated. I’m not sure if it is a semantically correct one, but obviously the lowered TIR is way too complicated and involves much more redundant computation. This is what we need to fix. Would you please help take a look and fix the issue? Thanks in ahead! -- 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]
