IIRC IEEE754 defines two precisions, single (32bit) and double (64bit). So I wouldn't consider fp16 an industry standard.Vince said:It defies basic mentality and (AFAIK) isn't an IEEE standard like FP16 or FP32. Why couldn't they just support industry standards like FP32 instead?
Of course, all cpus support IEEE754 (because it's the ieee standard) - however, if you move outside cpus, for instance DSPs (which would be a better comparison to graphic chips) often use other precisions.