[rocprofiler-compute] Update .config_hashes.json #2530
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
config_hashes json had mismatched md5s for the delta_hash values.
Technical Details
In a recent PR there was an update to the delta files and gfx950 1100 yaml after the hash_manager was run, and was not regenerated in the PR review. Pre-commit is complaining now that the delta file md5s don't match.
JIRA ID
Test Plan
Manually generated md5s of the gfx950_diff.yaml in each config_delta dir using
md5sum -bin cmd line, then compared against the config_hashes.json file before and after running hash_manager commands to ensure they match.Test Result
Verified that no pre-commit check fails
Submission Checklist