Skip to content

Conversation

@cfallows-amd
Copy link
Contributor

@cfallows-amd cfallows-amd commented Jan 8, 2026

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 -b in cmd line, then compared against the config_hashes.json file before and after running hash_manager commands to ensure they match.

Test Result

pip install pre-commit
echo "\n" >> README.md
git add README.md
pre-commit run

Verified that no pre-commit check fails

Submission Checklist

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.

Signed-off-by: Carrie Fallows <[email protected]>
Copilot AI review requested due to automatic review settings January 8, 2026 00:33
@cfallows-amd cfallows-amd requested a review from a team as a code owner January 8, 2026 00:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the .config_hashes.json file to fix mismatched MD5 hash values. The delta_hash values for multiple GPU architectures (gfx908, gfx90a, gfx940, gfx941, gfx942, gfx950) were out of sync with the actual delta file contents, and one configuration file hash for gfx950 was also updated.

Key Changes:

  • Updated delta_hash values for six GPU architectures to match their corresponding delta files
  • Updated hash for gfx950's 1100_compute_units_compute_pipeline.yaml configuration file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cfallows-amd cfallows-amd changed the title [rocprofiler-compute] Updating .config_hashes.json [rocprofiler-compute] Update .config_hashes.json Jan 8, 2026
@vedithal-amd
Copy link
Contributor

vedithal-amd commented Jan 8, 2026

Verified that no pre-commit check fails

@cfallows-amd cfallows-amd merged commit ae1abe4 into develop Jan 8, 2026
28 checks passed
@cfallows-amd cfallows-amd deleted the users/cfallows-amd/delta_md5 branch January 8, 2026 19:33
systems-assistant bot pushed a commit to ROCm/rocprofiler-compute that referenced this pull request Jan 8, 2026
config_hashes json had mismatched md5s for the delta_hash values, regenerated the file with the existing files in develop branch.

Signed-off-by: Carrie Fallows <[email protected]>
[rocm-systems] ROCm/rocm-systems#2530 (commit ae1abe4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants