(no title)
craigacp | 9 months ago
I've done a lot of work on reproducibility in machine learning systems, and its really, really hard. Even the JVM got me by changing some functions in `java.lang.Math` between versions & platforms (while keeping to their documented 2ulp error bounds).
Dylan16807|9 months ago
"parallel decomposition that's the same as the serial one" would be difficult in many ways, but only needed when you can't afford a one-time change.
AlotOfReading|9 months ago
Relatively few programs truly need to operate that way though and they're usually written by people who know the cost of their choices.
saagarjha|9 months ago
aragilar|9 months ago