code wiki / quant

topic: quant

10 modules sharing the quant name family (derived from the tree's prefix discipline).

The 'quant' topic family in the Nishi sovereign ecosystem focuses on efficient AI inference through quantization techniques. nx_quant provides foundational primitives, while nx_quant_block implements 4-bit block quantization on an i64 substrate, and nx_quant_block_q8 supports 8-bit block quantization with q8_0 shape, enabling memory-efficient execution. These modules work together to optimize precision and performance in neural network operations.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
nx_quant.nxquantization primitives for AI inference. 66124
nx_quant_block.nx4-bit block quantization on i64 substrate.25610
nx_quant_block_q8.nx8-bit block quantization (q8_0 shape).30111
nx_quant_block_test.nxalgo-led memory-win correctness.1491
nx_quant_calibration_gate.nxthe UNGLAMOROUS production engineering an integer stack actually needs:847
nx_quant_policy.nxper-layer mixed-precision quantization policy.36410
nx_quant_q4k.nxhierarchical k-quants (ggml q4_K shape).27710
nx_quant_q4k_test.nxalgo-led correctness; q4_K BEATS q4_0 on1971
nx_quant_table.nxperceptual quantisation matrices. The two1368
quant.nxquantization primitives for AI inference. 46218