Commit b961c6d
committed
test(path_c): e2e probe — MR delegation interpose builds CUDA grid scan on gb10
scratch/probe_mr_chunked_delegation_cuda_gb10.py exercises the ONE wiring site
the flag-ON region build calls to replace the MR serial scan
(_mamba3_chunked_grid_delegation_prim) with a production local_gb10_quarter
shape_env on a real CUDA host.
MEASURED on gb10 (path_c default target = cuda):
[mamba3_chunk_precompute] delegation -> JITKernel OK (CUDA grid kernel)
[mamba3_inter_chunk_recur] delegation -> JITKernel OK (CUDA grid kernel)
[mamba3_chunk_scan_combine] delegation -> JITKernel OK (CUDA grid kernel)
=== DELEGATION: PASS ===
Confirms the MR mamba sub-region is driven by the gridded chunked SSD scan
through the REAL path_c plumbing (not just isolated builders): the interpose
passes target=cuda + block_Dstate=dstate and returns compiled CUDA JITKernels,
never the serial T.Kernel(1) recurrence.1 parent 77cb4a6 commit b961c6d
1 file changed
Lines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments