AndrewZhaoLuo opened a new pull request #10805: URL: https://github.com/apache/tvm/pull/10805
If you print the same primfunc twice it can output different results if they have the same name.. This is due to iterating over unordered collections. This fixes this. Example: https://github.com/AndrewZhaoLuo/TVM-Sandbox/blob/main/tir/test_inconsistent_tir_printing.py Before the hashed text would be occasionally different, now it is all 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]
