Greedy Decoding Is Not Precision-Invariant: Cross-Precision Output Divergence A September 22, 2026 arXiv paper reports that greedy decoding in large language models is not precision-invariant: the same model, prompt and decoding algorithm produced different outputs in BF16 versus FP16 on identical hardware, with 49-100% of prompts diverging across six models (1.1B-7B parameters, four families; divergence additionally characterized at 12B) and three benchmarks. The authors' error-propagation analysis found that 22 layers of accumulated body error do not distinguish flipping from non-flipping steps, with the outcome depending primarily on the top-two logit margin at the LM head relative to the directional perturbation between the top-two candidates. Their best low-overhead intervention, selective FP32 LM head recomputation triggered when the margin falls below a threshold, delivered +22-36 percentage points exact agreement on A10G (+12-21 pp on L4 and A100) at under 4% latency overhead in low-batch (batch size <=4) single-stream inference, but the benefit vanishes at batch size >=8 and under end-to-end FP8. Computer Science Machine Learning Submitted on 22 Sep 2026 Title:Greedy Decoding Is Not Precision-Invariant: Cross-Precision Output Divergence in LLM Inference View PDF https://arxiv.org/pdf/2609.26621 Abstract:Greedy decoding from large language models is commonly treated as deterministic. We show it is not precision-invariant: the same model, prompt, and decoding algorithm produce different outputs in BF16 versus FP16 on identical hardware. Across our evaluations of six models 1.1B-7B parameters, four families; divergence additionally characterised at 12B and three benchmarks, 49-100\% of prompts diverge; a single token flip often cascades into trajectory-level divergence. We develop an empirical error-propagation analysis and find that 22 layers of accumulated body error do not distinguish flipping from non-flipping steps; the outcome depends primarily on the top-two logit margin at the LM head relative to the directional perturbation between the top-two candidates. The analysis makes five testable predictions about intervention outcomes, including that applying more FP32 compute broader scope makes agreement worse. The experiments match all five predictions. The best-performing low-overhead intervention we evaluate, selective FP32 LM head recomputation, triggered only when the margin falls below a threshold, delivers +22-36 pp exact agreement on A10G +12-21 pp on L4 and A100 at less than 4\% latency overhead in low-batch batch size <=4 single-stream inference. We map the applicability boundary across six models and four batch sizes, and hypothesise that training-time precision stability is a determining factor. The method is a partial mitigation rather than a universal determinism guarantee: its benefit vanishes when body-originated error dominates, including at batch size =8 and under end-to-end FP8 in our tests. References & Citations Loading... Bibliographic and Citation Tools Bibliographic Explorer What is the Explorer? https://info.arxiv.org/labs/showcase.html arxiv-bibliographic-explorer Connected Papers What is Connected Papers? https://www.connectedpapers.com/about Litmaps What is Litmaps? https://www.litmaps.co/ scite Smart Citations What are Smart Citations? https://www.scite.ai/ Code, Data and Media Associated with this Article alphaXiv What is alphaXiv? https://alphaxiv.org/ CatalyzeX Code Finder for Papers What is CatalyzeX? https://www.catalyzex.com DagsHub What is DagsHub? https://dagshub.com/ Gotit.pub What is GotitPub? http://gotit.pub/faq Hugging Face What is Huggingface? https://huggingface.co/huggingface ScienceCast What is ScienceCast? https://sciencecast.org/welcome Demos Recommenders and Search Tools Influence Flower What are Influence Flowers? https://influencemap.cmlab.dev/ CORE Recommender What is CORE? https://core.ac.uk/services/recommender IArxiv Recommender What is IArxiv? https://iarxiv.org/about arXivLabs: experimental projects with community collaborators arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website. Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them. Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs https://info.arxiv.org/labs/index.html .