tkonolige opened a new pull request #7801: URL: https://github.com/apache/tvm/pull/7801
PR #7605 inadvertatly broke cross platform hashing when when it switched size_t to uint64_t. This cause a different specialization of HashCombine to be used. Unfortunately the new specialization used std::hash which is implementation dependent. I've added tests to make sure this doesn't happen again. @tmoreau89 -- 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]
