Hacker News new | ask | show | jobs
by SomeStupidPoint 3191 days ago
So this exploits the fact that floating point numbers have finite precision (and perhaps uneven spacing) to generate non-linear operations?

That's actually a really cool usage of the specification!

1 comments

Well, except that the author misunderstands the specification and how it is typically implemented on modern computers.
(I work at OpenAI.)

TensorFlow by default is built with denormals off (ftz=true), so denormals aren't relevant for the applications we're interested in. We have updated the post to indicate this — thanks for the feedback!