code wiki / _hdl_build / nx_beir_arms_gate.nx
nx_beir_arms_gate.nx
buildroot/runtime/_hdl_build/nx_beir_arms_gate.nx
about
nx_beir_arms_gate.nx -- GATE for nx_beir_arms_lib: the arm the BRIGHT sweep writes to the leaderboard is chosen by
the declared rules and by nothing else. Every branch is driven IN-PROCESS with the sweep's own inputs (averages,
the fusion rule's outcome, how many splits measured the reranker and the feedback arm), so a mutation bite reaches
each rule.
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_beir_arms_lib.nxnx_gate_verdict.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
| 10 | const AG_SPLITS: i64 = 12 |
| 11 | const AG_NONE: i64 = 0 - 1 |
functions
| 13 | func ag_streq(a: *u8, b: *u8) -> i64 { var i: i64 = 0; while a[i] != (0 as u8) { if a[i] != b[i] { return 0 } i = i + 1 } if b[i] != (0 as u8) { return 0 } return 1 } called by 1: main |
| 15 | func main() -> i64 |