You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current HloDagHash utilizes the abseil cpp hash function, with a (rather hacky) patch to make the hash deterministic across runs. Ideally we'd want to utilize a deterministic hash algorithm, or if deterministic hashes across runs is not required we should remove this patch.
The text was updated successfully, but these errors were encountered:
mavenlin
changed the title
Use private hash implementation instead of dependency on Abseil hash
Use private hash implementation instead of hacked Abseil hash
Nov 3, 2022
Current HloDagHash utilizes the abseil cpp hash function, with a (rather hacky) patch to make the hash deterministic across runs. Ideally we'd want to utilize a deterministic hash algorithm, or if deterministic hashes across runs is not required we should remove this patch.
The text was updated successfully, but these errors were encountered: