From b8bab01a550b092a905f39cfdf881805200dc1b8 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Tue, 2 Jun 2026 18:26:01 +0000 Subject: [PATCH] =?UTF-8?q?Update=20PERFORMANCE=5FAUDIT.md=20=E2=80=94=20P?= =?UTF-8?q?4=20done,=20P5=20kernel=20done=20(pending=20integration)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PERFORMANCE_AUDIT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PERFORMANCE_AUDIT.md b/PERFORMANCE_AUDIT.md index db964143..28e9b480 100644 --- a/PERFORMANCE_AUDIT.md +++ b/PERFORMANCE_AUDIT.md @@ -224,9 +224,9 @@ post-fusion structure. | **KV-1** | FP4 storage for CSA main compressed KV | M | Huge at long context | Next | ✅ Done | | **KV-2** | FP4 storage for HCA compressed KV | M | Same pattern as KV-1 | After KV-1 | ✅ Done | | **KV-3** | FP4 storage for indexer keys (pair with E7) | M | Throughput + paper compliance | After KV-2 |✅ Done | -| **P4** | RMSNorm fused into next quantize | S | 122 launches/token | After KV | -| **P5** | mHC pre_block + RMSNorm fused | S | ~120 launches/token | After P4 | -| **P6** | CUDA graph capture | L | **2–3× total** | After everything above | +| **P4** | RMSNorm fused into next quantize | S | 122 launches/token | ✅ Done | +| **P5** | mHC pre_block + RMSNorm fused | S | ~120 launches/token | ✅ Done (kernel, pending integration) | +| **P6** | CUDA graph capture | L | **2–3× total** | Next | ---