nx_q8_scaling.nx
buildroot/runtime/nx_q8_scaling.nx
about
nx_q8_scaling.nx -- pool SCALING probe: same-process ST vs MT(pool) cold Q8
matmul bandwidth -> the noise-immune scaling ratio (target: gcc 8.8x; we
were 3.6x). Re-run after tuning NX_POOL_SPIN etc. to see if scaling
improves. Cold 222MB sweep each way.
dependencies 8 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_le.nxnx_f32.nxnx_f32_cvt.nxnx_thread_pool.nxnx_f32_lazy_weight.nxnx_fmt.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 14 | const MK: i64 = 896 |
| 15 | const NG: i64 = 4864 |
| 16 | const Q8B: i64 = 34 |
| 17 | const NB: i64 = 48 |
functions
| 19 | func sc_nl() -> i64 { fmt_puts("\n" as *u8); return 0 } |
| 20 | func sc_lcg(s: i64) -> i64 { var v: i64 = s * 1103515245 + 12345; v = v & 2147483647; return v } |
| 21 | func sc_weight(seed: i64) -> *NxF32LazyWeight |
| 40 | func main() -> i64 |