Papers › Microscaling Data Formats for Deep Learning

Microscaling Data Formats for Deep Learning

16 Oct 2023arXiv:2310.10537archive 2025-07-28

Bita Darvish Rouhani, Ritchie Zhao, Ankit More, Mathew Hall, Alireza Khodamoradi, Summer Deng, Dhruv Choudhary, Marius Cornea, Eric Dellinger, Kristof Denolf, Stosic Dusan, Venmugil Elango, Maximilian Golub, Alexander Heinecke, Phil James-Roxby, Dharmesh Jani, Gaurav Kolhe, Martin Langhammer, Ada Li, Levi Melnick, Maral Mesmakhosroshahi, Andres Rodriguez, Michael Schulte, Rasoul Shafipour, Lei Shao, Michael Siu, Pradeep Dubey, Paulius Micikevicius, Maxim Naumov, Colin Verrilli, Ralph Wittig, Doug Burger, Eric Chung

Narrow bit-width data formats are key to reducing the computational and storage costs of modern deep learning applications. This paper evaluates Microscaling (MX) data formats that combine a per-block scaling factor with narrow floating-point and integer types for individual elements. MX formats balance the competing needs of hardware efficiency, model accuracy, and user friction. Empirical results on over two dozen benchmarks demonstrate practicality of MX data formats as a drop-in replacement for baseline FP32 for AI inference and training with low user friction. We also show the first instance of training generative language models at sub-8-bit weights, activations, and gradients with minimal accuracy loss and no modifications to the training recipe.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.10537")

Code

Syntology Ran 3 of 18 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run. Of those that ran: 3 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 3 ran; community (archive-listed): 3 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

microsoft/microxcaling officialmentioned in paperpytorchMIT report
rocm/tensorcast mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 3 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran
15unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv_weight microsoft/microxcaling/mx/convolution.py official repository ran MIT (permissive) · 165ecb97772b0c77 · report
end_index microsoft/microxcaling/mx/adaptive_avg_pooling.py official repository ran fingerprinted MIT (permissive) · c99ae440924911d3 · report
start_index microsoft/microxcaling/mx/adaptive_avg_pooling.py official repository ran fingerprinted MIT (permissive) · 910795c444d0d80e · report
adaptive_avg_pool2d microsoft/microxcaling/mx/adaptive_avg_pooling.py official repository unverified MIT (permissive) · 5d134e37b84f1a48 · report
batch_norm microsoft/microxcaling/mx/batchnorm.py official repository unverified MIT (permissive) · d3704f66f62c1c7c · report
bmm microsoft/microxcaling/mx/bmm.py official repository unverified MIT (permissive) · b570ce1bd30b22ae · report
conv1d microsoft/microxcaling/mx/convolution.py official repository unverified MIT (permissive) · a43498acc45e8747 · report
conv2d microsoft/microxcaling/mx/convolution.py official repository unverified MIT (permissive) · a64d28074918da0a · report
group_norm microsoft/microxcaling/mx/groupnorm.py official repository unverified MIT (permissive) · 1a3253edf2298c8a · report
layer_norm microsoft/microxcaling/mx/layernorm.py official repository unverified MIT (permissive) · 494a1f0c452b05c6 · report
linear microsoft/microxcaling/mx/linear.py official repository unverified MIT (permissive) · 5ad2a3b676e12813 · report
quantize_elemwise_op microsoft/microxcaling/mx/elemwise_ops.py official repository unverified MIT (permissive) · e71c7c6674717c77 · report
relu microsoft/microxcaling/mx/activations.py official repository unverified MIT (permissive) · 4490c20d2c5ae00e · report
sigmoid microsoft/microxcaling/mx/activations.py official repository unverified MIT (permissive) · bb051d6d1c91807f · report
tanh microsoft/microxcaling/mx/activations.py official repository unverified MIT (permissive) · 977b4767b78121d5 · report
check_literal rocm/tensorcast/tcast/utils.py community (archive-listed) unverified MIT (permissive) · 4411ca6f7e032435 · report
is_installed rocm/tensorcast/tcast/utils.py community (archive-listed) unverified MIT (permissive) · 9adc30f9c45093d8 · report
is_power_of_2 rocm/tensorcast/tcast/utils.py community (archive-listed) unverified MIT (permissive) · 401cf9eddca5daee · report

Tasks

Deep LearningFriction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections