nx_coder_gen_f32.nx
buildroot/runtime/nx_coder_gen_f32.nx
about
nx_coder_gen_f32.nx -- L3b runner: F32 REFERENCE tower greedy generation on the CODER weights.
Mirrors nx_f32_llm_live_gen_test's proven flow (dims -> weights v4 -> BPE -> greedy run_v3) on
/home/elderwesto/nx_stage/nx_coder_model.gguf, two fixed prompts, 8 tokens each; writes the
SAME neutral line format as the no-float runner to /tmp/coder_gen_f32.txt for byte-compare.
license_tier: ORIGINAL expect_exit: 0
dependencies 21 imports · 0 importers
diagram shows first 10 each side; +11 more imports, +0 more importers in the complete lists below.
imports: nx_syscalls.nxnx_tier.nxnx_bpe.nxnx_gguf.nxnx_gguf_load.nxnx_gguf_meta.nxnx_f32.nxnx_f32_kv_cache.nxnx_f32_lazy_weight.nxnx_f32_llama_block.nxnx_f32_llama_block_v4.nxnx_f32_llama_stack_v4.nxnx_f32_llama_layer_lazy_load.nxnx_f32_llm.nxnx_f32_llm_v4.nxnx_f32_llm_read_dims.nxnx_f32_bpe_load.nxnx_f32_llm_special_tokens.nxnx_f32_sampler.nxnx_f32_llm_run_v2.nxnx_f32_llm_run_v3.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
| 27 | const K_MAGIC_8192: i64 = 8192 |
| 28 | const K_MAGIC_4000: i64 = 4000 |
| 29 | const K_MAGIC_67108864: i64 = 67108864 |
| 30 | const K_MAGIC_262144: i64 = 262144 |
| 31 | const K_MAGIC_524288: i64 = 524288 |
functions
| 33 | func cf_wb(fd: i64, p: *u8, n: i64) -> i64 |
| 45 | func cf_ws(fd: i64, s: *u8) -> i64 |
| 52 | func cf_wdec(fd: i64, v: i64) -> i64 |
| 66 | func cf_wtext(fd: i64, p: *u8, n: i64) -> i64 |
| 83 | func main() -> i64 |