Skip to content

[IFRT] Fix incorrect debug info stripping in HloProgram::Fingerprint().#44248

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_931413763
Open

[IFRT] Fix incorrect debug info stripping in HloProgram::Fingerprint().#44248
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_931413763

Conversation

@copybara-service

Copy link
Copy Markdown

[IFRT] Fix incorrect debug info stripping in HloProgram::Fingerprint().

It's not enough to strip attributes during the attribute printer because attributes are numbered before they are printed, leading to otherwise equivalent modules having different fingerprints. Instead, we must also elide them during attribute numbering.

It's not enough to strip attributes during the attribute printer because attributes are numbered before they are printed, leading to otherwise equivalent modules having different fingerprints. Instead, we must also elide them during attribute numbering.

PiperOrigin-RevId: 931413763
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant