code wiki / _hdl_build / nx_nofloat_k3block_gate.nx
nx_nofloat_k3block_gate.nx
buildroot/runtime/_hdl_build/nx_nofloat_k3block_gate.nx
about
nx_nofloat_k3block_gate.nx -- gate: the K3 primitives LOGICALLY INTEGRATE into one deterministic block.
T1 the block RUNS end-to-end and TRANSFORMS the input (output != input, all cells)
T2 RESIDUAL structure holds: out - h = ffn(h), h - x = attn-proj (composition is real, not a passthrough)
T3 BOUNDED (no overflow / no NaN-equivalent blowup): all outputs finite-range
T4 DETERMINISTIC bit-identical (the exceed: a float K3 block drifts by accumulation order)
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 3 imports · 0 importers
imports: nx_nofloat_k3block.nxnx_gate_verdict.nxnx_syscalls.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
| 11 | const KB_T: i64 = 4 |
| 12 | const KB_D: i64 = 4 |
| 13 | const KB_DFF: i64 = 8 |
| 14 | const KB_Q: i64 = 65536 |
functions
| 17 | func kb_fill(m: *i64, rows: i64, cols: i64, seed: i64) -> i64 called by 1: main |
| 23 | func main() -> i64 |