Phase 5 Decode Optimization

Phase 5 of LLM deployment — apply the shared optimization skillset to a Phase-4-correct decode pipeline (multi-launch merge with N-way extern rename, static weight BOs, on-device layout). Thin orchestrator that dispatches `opt-merge-multi-launch-kernels`, `opt-buffer-object-reuse`, and `opt-layout-alignment`. Each step preserves correctness by re-running the Phase 3 gate — `make verify` (token-set vs HF bf16) is the PASS/FAIL gate; `make diagnosis` per-layer cosine is the informational lens used to localize a regression. Invoked after Phase 4 PASS.

xilinx bbc8a70 9.1 KB Updated

File contents

xilinx/mlir-air/tree/main/.claude/skills/phase-5-decode-optimization commit bbc8a70289

Frequently asked questions

npx skillmds@latest add xilinx/phase-5-decode-optimization