What does FP8 versus eight-bit integer quantization mean in inference serving?
FP8 uses an exponent and mantissa within an eight-bit floating-point representation. The four-exponent-bit format favors precision, while the five-exponent-bit format extends range; eight-bit integer quantization instead uses uniformly spaced levels interpreted through scales. In vLLM, native FP8 computation is supported on Ada Lovelace, Hopper, and Blackwell GPUs. Turing and Ampere instead use weight-only FP8 with Marlin and higher-precision computation; eight-bit integer Tensor Core support starts with Turing. Teams verify kernel support and quality on the chosen GPU.