nx_vecexec_gate.nx
buildroot/runtime/nx_vecexec_gate.nx
about
nx_vecexec_gate.nx -- proves the vectorized operators are CORRECT (identical to a scalar reference) and
that they run over the zero-copy colframe. Correctness is deterministic and lives here; THROUGHPUT is
nondeterministic and is reported by the organ's `bench` verb, never faked in the gate. Hand-computed
known answers on a tiny frame + a cross-check against the scalar path on a larger random frame.
D001 verdict via nx_gate_verdict. expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_vecexec.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
| none |
functions
| 9 | func vg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 } called by 1: main |
| 12 | func vg_frame2(a: *i64, b: *i64, na: *u8, nb: *u8, n: i64) -> *u8 |
| 25 | func main() -> i64 |