Refer to Gen2 as what the unlocker does, not as a branch
Gen2 shipped in master on 2026-07-29, so anyone who installs the unlock gets
Gen2 and only a card with no unlock reports Gen1. The state tables readers use
to identify their card still said 'after the Gen2 branch'.
Rewrites those columns across the physical mods, PCIe subsystem, overview,
status board, Gen3/Gen4, LLM inference, performance, P2P, glossary,
troubleshooting and Gen2 pages. Also closes open question 1.7: reproduction of
Gen2 at x16 is settled, so it now asks for the one thing still missing, error
counters after days rather than 90 minutes.
History pages are deliberately untouched. The branch lineage analysis, timeline
and dead-ends record describe what happened on branches, and rewriting them
would falsify the history rather than update the guidance.
Gen2 is shipped in master; record the unverified P2P report
PCIe Gen2 merged to cmpunlocker master on 2026-07-29 in commit 2e0a2c02, and
master's README now lists it as working. The wiki still described it as living
only on unreleased branches, across seven places.
Separately, one builder reports the layered aikitoria P2P patch half-works on
GA100: peer DMA at 6.25 GB/s, peer synchronisation broken, so NCCL and vLLM's
custom all-reduce both hang. Single unreproduced rig, so it is recorded as an
explicitly flagged unverified claim with the test that would settle it.
Also reconciles the status legend: drops the now-orphaned 'Working (branch)'
and adds three labels that were in use but never defined.
Convert 555 mkdocs admonitions to GitHub alerts
GitHub wikis do not implement mkdocs '!!!' syntax, so every admonition on every
page rendered as literal '!!! warning ...' text with its body flattened. GitHub
does render its own alert blockquotes, verified on this wiki before converting.
mkdocs's eight types collapse onto GitHub's five (note/info/abstract/question ->
NOTE, tip/success -> TIP, warning -> WARNING, danger -> CAUTION). Custom titles
have no slot in a GitHub alert, so each becomes a bold first line inside it.
Also removes the temporary render-test page.
Publish CMP 170HX wiki: 55 pages plus sidebar
Generated from the MkDocs source in docs/. Page content is byte-identical to
the source apart from link targets, which are rewritten from relative paths
to flat wiki page names.
Navigation is in _Sidebar.md. Start at Home.
Regenerate with to_github_wiki.py rather than editing pages here directly,
so the wiki and the source in docs/ do not drift apart.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>