biondizzle
  • Joined on 2025-12-10
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 09:19:14 +00:00
6a3374da18 Cross-check 2 complete: block-aligned comp_pos + compress_rope_theta wired through
5003e756e2 WIP: cross-check 2 fix — block-aligned compressed RoPE positions + compress_rope_theta support
Compare 2 commits »
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 09:01:04 +00:00
572bdd2840 auto: pre-test commit
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:47:55 +00:00
3c06fd5591 Test 2: fix topk tensor shape (flatten before iterating)
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:36:05 +00:00
89f6e64057 README: document test harness gotchas (timeout arg, stale procs, screen names)
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:21:43 +00:00
29d6986dd4 Test 2: fix quantize_to_nvfp4 import
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:20:24 +00:00
60b9bbd470 Test 2: fix import - use mHCLayer from dsv4.layers.mhc, fixed prompt encoding
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:19:45 +00:00
1e77dfcaa0 Fix prompt encoding: remove \n\n before content per official DSV4 spec; add --chat-mode
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:18:57 +00:00
2a42686e8e Test 1 v2: diff hand-rolled vs official DSV4 encoding
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:18:02 +00:00
11c2d5fe53 Add degeneration test 2: falsify mHC residual growth root cause
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:17:19 +00:00
c77b83fffc Add degeneration test 1: chat-template token-ID diff
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:14:12 +00:00
c5a131c358 more doc clean up again
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 08:12:56 +00:00
019a3a34b7 Clean up L0 B1 verify noise (gate on VERBOSE), update FINAL_STRETCH.md
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 07:56:32 +00:00
5e09be08af Fix non-contiguous tensor in quantize_nvfp4_gpu_fused (T>1 prefill)
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 07:39:41 +00:00
60309ef124 Batched prefill: replace T=1 token-by-token with chunked T≤128 batch processing
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 07:37:17 +00:00
0bf276f8c9 more doc cleanup
d463ac8512 doc cleanup
Compare 2 commits »
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 07:31:04 +00:00
7450ebc67a CORRECTNESS_BACKLOG.md: comprehensive production pipeline verification results — all tested and confirmed findings from PART A diagnostics
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 07:03:52 +00:00
9dbfac9dfa PART A: verify kv_norm_w loaded correctly
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 06:57:25 +00:00
a682c6adf4 PART A: add raw compressor output diagnostic
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 06:34:08 +00:00
f2c1b3afd5 PART A: fix KV diagnostics — compute q_a before indexer, add Q_heads magnitude check
biondizzle pushed to master at biondizzle/nvfp4-megamoe-kernel 2026-06-03 06:25:38 +00:00
86e59c16c5 PART A: add KV gather diagnostics at blowup layer