AI inference glossary
Numerical precision

MXFP4

Also known as microscaling FP4, OCP MX FP4

In plain English

MXFP4 is a 4-bit format that gives small groups of numbers their own scale, helping very compact values keep enough useful range.

Technical definition

MXFP4 is a microscaling four-bit floating-point format that shares a scale across small blocks of values.

Engineering details

Block-level scaling gives four-bit values a useful local dynamic range while keeping storage and movement compact. Hardware and software must agree on the block layout, scale representation, and supported matrix kernels.

Why it matters

MXFP4 is used in AMD and cross-vendor low-precision inference paths. Checkpoint preparation and kernel coverage determine the practical result; bit width alone does not capture it.

How to read it in InferenceX

InferenceX records MXFP4 as part of a complete engine and hardware recipe. Comparisons with NVFP4 or FP8 should use the same model, sequence length, quality requirements, and interactivity target.