junrushao opened a new pull request, #14204: URL: https://github.com/apache/tvm/pull/14204
This PR introduces the necessary change to make structural-hash platform-independent. The change includes: - Explicitly require the hash type to be `uint64_t` rather than platform-dependent `size_t`. - Implement structural hash for POD types including `double`, `int` by unioning them with `uint64_t` explicitly. - Implement a platform-independent fast hashing algorithm for `std::string` -- 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]
