Phase 4 Prefill Optimization

Phase 4 of LLM deployment — apply the shared optimization skillset to a Phase-3-correct prefill pipeline (multi-launch merge, BO pre-loading + intermediate buffer reuse, seq-first 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 3 PASS.

xilinx 2bb39df 9.0 KB Updated

File contents

xilinx/mlir-air/tree/main/.claude/skills/phase-4-prefill-optimization commit 2bb39df3cf

Frequently asked questions

npx skillmds@latest add xilinx/phase-4-prefill-optimization