|
|
|
|
|
by IshKebab
831 days ago
|
|
The trouble is if you use actual randomness then you lose repeatability which is an incredibly useful property of computers. Have fun debugging that! What you want is low precision with stochastic rounding. Graphcore's IPUs have that and it's a really great feature. It lets you use really low precision number formats but effectively "dithers" the error. Same thing as dithering images or noise shaping audio. |
|
Big challenge would be whether any gains could compete with the economy of scale from NVidia.