Exp status docs update - #1489
Open
joshuamvining wants to merge 10 commits into
Open
Conversation
slabasan
reviewed
Aug 25, 2026
|
|
||
| - run the same ``amg2023`` experiment setup twice with different ROCm versions, | ||
| - collect the metadata emitted by each generated workspace, and | ||
| - compare that metadata to identify what changed between the two runs. |
Collaborator
There was a problem hiding this comment.
I would rewrite this as
- First, we run the same
amg2023experiment setup twice on the same system with different ROCm versions - Second, we collect the metadata emitted by each generated workspace, and
- Third, we compare that metadata to identify what changed between the two runs.
slabasan
reviewed
Aug 25, 2026
Collaborator
There was a problem hiding this comment.
I would use absolute paths here instead of relative
slabasan
reviewed
Aug 25, 2026
| @@ -69,10 +77,32 @@ After both runs complete, return to the Benchpark repository root: | |||
|
|
|||
| cd ../../../.. | |||
slabasan
reviewed
Aug 25, 2026
|
|
||
| . .gitlab/utils/compare-githash-metadata.sh \ | ||
| wkp/tioga_rocm_6.4.2/amg2023/workspace/experiments/amg2023/problem1/amg2023_problem1_test_mpi_rocm_no_scaling_caliper_time_mpi_80_80_40_2_2_1_4/githash_metadata.json \ | ||
| wkp/tioga_rocm_7.2.0/amg2023/workspace/experiments/amg2023/problem1/amg2023_problem1_test_mpi_rocm_no_scaling_caliper_time_mpi_80_80_40_2_2_1_4/githash_metadata.json |
Collaborator
There was a problem hiding this comment.
Can we show the output of this script to demonstrate that it finds ROCm to be different versions?
slabasan
reviewed
Aug 25, 2026
|
|
||
| In a full GitLab CI run, we combine the same metadata comparison with pipeline job | ||
| status. The resulting table lets developers see both the final state of each experiment | ||
| and a possible reason a result differs from a previous or related run. |
Collaborator
There was a problem hiding this comment.
Please expand on the table
slabasan
force-pushed
the
exp-status-docs-update
branch
from
August 28, 2026 23:06
3ec3b04 to
ddba773
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description