Auto-updated tracking of AMD GPU ecosystem projects. Last updated: 2026-04-02 08:25 UTC
| Project | Role | Latest Release | Open PRs | Open Issues | Links |
|---|---|---|---|---|---|
| llvm | watch | llvmorg-22.1.2 | 30 | 30 | repo |
| pytorch | watch | v2.11.0 | 43 | 49 | repo |
| jax | watch | jax-v0.9.2 | 7 | 33 | repo |
| vllm | watch | v0.18.1 | 72 | 45 | repo / fork |
| sglang | watch | v0.5.10rc0 | 61 | 1 | repo |
| xla | watch | - | 1 | - | repo |
| triton | watch | v3.6.0 | - | - | repo |
| migraphx | dev | rocm-7.2.1 | 97 | 237 | repo |
| aiter | dev | v0.1.9 | 202 | 143 | repo / fork |
| atom | dev | v0.1.2 | 42 | 18 | repo / fork |
| mori | dev | v0.1.0 | 10 | 12 | repo / fork |
| flydsl | dev | exp_i8smooth_v0.1 | 10 | 21 | repo / fork |
Interactive dashboard with 4 views: Projects, Test Parity, Activity, and Trends.
Hosted on GitHub Pages — deployed automatically on every push to main.
| View | Description |
|---|---|
| Projects | Per-project cards with PRs, issues, releases, and weekly activity |
| Test Parity | ROCm vs CUDA test pass rates with CUDA parity ratio |
| Activity | PR velocity, CI health, CI signal time, contributor stats, issue health, release cadence |
| Trends | Weekly trend charts (PRs merged, open issues, contributors, TTM, CI signal, test pass rate) |
- PR Tracker — all tracked PRs across projects
- Weekly Digest — weekly summary of releases, PRs, and issues
Data is collected daily at 8am UTC via GitHub Actions (daily-update.yml).
| Script | Purpose |
|---|---|
scripts/collect.py |
PRs, issues, releases from GitHub API |
scripts/collect_tests.py |
ROCm/CUDA test results from CI artifacts (JUnit XML + job-level) |
scripts/collect_activity.py |
PR velocity, CI health, contributor stats, issue health |
scripts/snapshot.py |
Weekly trend snapshots for historical charts |
scripts/render.py |
Generate markdown dashboards and site data |
To run manually:
pip install pyyaml
python scripts/collect.py
python scripts/collect_tests.py
python scripts/collect_activity.py
python scripts/snapshot.py
python scripts/render.pyConfigure tracked projects in config/projects.yaml.