nx_f32_lazy_weight_test.nx
buildroot/runtime/nx_f32_lazy_weight_test.nx
about
nx_f32_lazy_weight_test.nx -- smoke for nx_f32_lazy_weight.nx.
Two dispatch paths:
F32 path: build a 1x4 f32 weight as raw bits, do lazy_matmul,
verify result equals direct nx_f32_matmul output.
Q4_K path: build a 1x256 Q4_K super-block with known values,
do lazy_matmul, verify result equals direct
nx_f32_q4k_matmul output.
dependencies 9 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_le.nxnx_gguf_load.nxnx_f32.nxnx_f32_matmul.nxnx_q4k_to_f32.nxnx_f32_q4k_matmul.nxnx_f32_lazy_weight.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
| 20 | func _write_block(buf: *u8, off: i64) -> i64 |
| 45 | func main() -> i64 |