nx_f32_llama_stack_test.nx
buildroot/runtime/nx_f32_llama_stack_test.nx
about
nx_f32_llama_stack_test.nx -- smoke for nx_f32_llama_stack.nx.
Build a 3-layer stack with all-zero weights and gamma=1.
Forward through all 3 layers should preserve x_in bit-exact
(residual passes through every layer, all projections are zero).
dependencies 6 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_f32.nxnx_f32_kv_cache.nxnx_f32_llama_block.nxnx_f32_llama_stack.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
| 14 | func make_zero_layer(hidden_dim: nx_int, q_dim: nx_int, |
| 36 | func main() -> i64 |