Standardizing next-generation narrow precision data formats for AI
1–10 of 54 posts
Re: Standardizing next-generation narrow precision data formats for AI
#2Spec: https://www.opencompute.org/documents/ocp-microscaling-forma...
Whitepaper: https://arxiv.org/abs/2310.10537
Re: Standardizing next-generation narrow precision data formats for AI
#3Re: Standardizing next-generation narrow precision data formats for AI
#4Earlier this year, AMD, Arm, Intel, Meta, Microsoft, NVIDIA, and Qualcomm Technologies, Inc. formed the Microscaling Formats (MX) Alliance with the goal of creating and standardizing next-generation 6- and 4-bit data types for AI training and inferencing. The key enabling technology that enables sub 8-bit formats to work, referred to as microscaling, builds on a foundation of years of design space exploration and res…
> Integer data types use a 2’s complement encoding, but the maximum negative representation (−2) may be left unused to maintain symmetry between the maximum positive and negative representations and avoid introducing a negative bias.
... the maximum negative representation was used for a NAN. IDK why and how it is that we all agree that NAN-s are useful for floats (and they are super useful), but very few think the same for integers??
Re: Standardizing next-generation narrow precision data formats for AI
#5Re: Standardizing next-generation narrow precision data formats for AI
#6Re: Standardizing next-generation narrow precision data formats for AI
#7Interesting to see Nvidia here - I would assume they have the most to lose from an open consortium like this. Or do they think they will come out ahead even if there is an open standard like this.
Re: Standardizing next-generation narrow precision data formats for AI
#8Also: It's not cool IMHO that they have two distinct formats for FP8.
Re: Standardizing next-generation narrow precision data formats for AI
#9Interesting to see Nvidia here - I would assume they have the most to lose from an open consortium like this. Or do they think they will come out ahead even if there is an open standard like this.
Re: Standardizing next-generation narrow precision data formats for AI
#10Cool. The way current hardware handles very low precision is quite inefficient.