ADAPTIVE PRECISION STORAGE
ElasticBit
ExperimentalStore only the precision a matrix actually needs.
Conventional quantization usually starts by choosing a target width — 8-bit, 4-bit, 3-bit — and then forcing weights into that budget. ElasticBit reverses the decision. It measures the output error of a matrix on representative inputs, finds thesmallest storage widththat satisfies the requested error threshold, packs the weights at that width, and uses the next supported compute precision when the matrix is executed.
4–32-bitError-boundedCompact storageCUDA runtime