Feature/ibm validation - #17
Merged
Merged
Conversation
- Consolidate results/, results_hpc/, results_lambda_a100(_v2)/ into results/<hardware-slug>/ so runs from different GPUs are never mixed: rtx-6000-ada-generation/ (April, university cluster), a100-lambda-jul2026-archive/ (July, Lambda), cpu-only/ (serial baseline + old CPU/IBM dev runs), gtx1650-reference/ (README only -- raw data never committed, presumed lost). Deduplicated identical files across the old triplicated directories. - HardwareProfile.results_slug() (src/api/hardware.py) derives a folder name from nvidia-smi output; template.py, local_test_run.py, and ibm_test_run.py use it to auto-route output, and save_results() stamps gpu_name/gpu_class/ hostname into every JSON so files are self-identifying if moved. - aggregate_scaling.py / aggregate_seeds.py gain --hw and refuse to run across multiple hardware folders at once (wall-clock isn't comparable across GPUs). - Fix Makefile scaling/weak-scaling targets: they only bind-mounted results/scaling, which would've dropped output under the new nested paths.
Three July-30 A100 files were left behind flat in results/simulator/ during the previous reorg commit -- verified byte-identical to the properly migrated copies under results/a100-lambda-jul2026-archive/simulator/ before removing.
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.
No description provided.