[Athena] Clean up and split CI actions (Issue #504)#505
Merged
Conversation
Reduce from 19 workflows to 9: - Remove 10 redundant/broken workflows (h5-accuracy-report, polybench-sim, polybench-segmented, diana-statistical-validation, h4-multicore-accuracy, ci-health-monitor, ci-metrics-dashboard, performance-profiling, performance-regression-monitoring, cpi-comparison) - Split monolithic accuracy-report.yml into 3 focused workflows: accuracy-microbench (~15 min), accuracy-polybench (~30 min parallel), accuracy-embench (~30 min) - Consolidate 3 calibration workflows into 1 (calibration.yml) - Change matmul-calibration, spec-bench to workflow_dispatch only - Change performance-regression to PR-only (no push trigger) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Feb 12, 2026
Open
Performance Regression AnalysisPerformance Benchmark ComparisonCompares PR benchmarks against main branch baseline. |
This was referenced Feb 12, 2026
Open
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.
Summary
Changes
Removed (14 files deleted)
h5-accuracy-report.ymlpolybench-sim.ymlpolybench-segmented.ymldiana-statistical-validation.ymlh4-multicore-accuracy.ymlci-health-monitor.ymlci-metrics-dashboard.ymlperformance-profiling.ymlperformance-regression-monitoring.ymlcpi-comparison.ymlembench-calibration.ymlpolybench-calibration.ymlmemory-bench-calibration.ymlaccuracy-report.ymlAdded (4 files)
accuracy-microbench.yml— Fast microbenchmark accuracy (~15 min)accuracy-polybench.yml— PolyBench in 3 parallel groups (~30 min)accuracy-embench.yml— EmBench accuracy (~30 min)calibration.yml— Unified calibration (dispatch-only, suite selector)Modified (3 files)
matmul-calibration.yml— Changed to dispatch-onlyspec-bench.yml— Removed daily cron (SPEC unavailable on hosted runners)performance-regression.yml— PR-only (removed push trigger)Final Workflow Inventory (9 total)
ci.ymlaccuracy-microbench.ymlaccuracy-polybench.ymlaccuracy-embench.ymlcalibration.ymlbenchmark.ymlmatmul-calibration.ymlperformance-regression.ymlspec-bench.ymlTest plan
Generated with Claude Code