chunit-quic edited a comment on pull request #10072: URL: https://github.com/apache/tvm/pull/10072#issuecomment-1022268740
> Thanks for identifying this and raising the revert quickly @chunit-quic 😸 Hi @Mousius, No problem, my pleasure. :) Sorry that didn't identify this at the very begging. Based on the test_lstm.py, it's very surprising to me that we obtain the same execution result compared with pytorch outputs (using == but not isclose()). Even the RelayIR graph are different. I am digging into it now. Will update status here once I find any solution or clues. :D Quick update: It seems that somewhere "duplicate" certain expressions, which are exactly the same as those span-tagged ones, and put them back to RelayIR. That's the reason why the outputs are the same -- 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]
