biondizzle
cc48a5715e
Add full layer 0 B200 test: CuTeDSL vs BF16 reference
Tests each attention/FFN projection individually against BF16 dequantized
reference, then runs full layer forward. Identifies exactly where garbage
enters the pipeline.
Key finding: checkpoint uses different names than vLLM:
- q_a_proj, q_b_proj, kv_proj (not fused_wqa_wkv)
- q_a_norm (not q_norm)
- compressor.* (C4A layers only)
- sinks (attn_sink)
2026-05-19 07:14:58 +00:00
..
2026-05-16 19:07:36 +00:00
2026-05-17 16:52:40 +00:00
2026-05-16 19:55:19 +00:00
2026-05-16 02:13:18 +00:00
2026-05-16 02:21:17 +00:00
2026-05-18 20:14:03 +00:00
2026-05-16 02:14:37 +00:00
2026-05-19 01:57:16 +00:00
2026-05-19 01:54:48 +00:00
2026-05-16 03:04:31 +00:00
2026-05-19 07:14:58 +00:00
2026-05-19 03:22:00 +00:00
2026-05-17 22:58:27 +00:00
2026-05-19 03:58:25 +00:00
2026-05-19 06:37:25 +00:00
2026-05-19 06:30:18 +00:00
2026-05-17 23:04:44 +00:00
2026-05-16 02:14:37 +00:00
2026-05-17 07:33:20 +00:00
2026-05-17 07:43:05 +00:00
2026-05-17 07:37:47 +00:00
2026-05-18 20:10:32 +00:00
2026-05-16 02:14:37 +00:00
2026-05-17 08:24:27 +00:00
2026-05-19 04:10:02 +00:00
2026-05-19 02:37:50 +00:00