What happens if your CPU gets something wrong?

11 pointsposted 13 hours ago
by krisgenre

4 Comments

avmich

8 hours ago

> If cosmic rays flip bits in storage or on the network, that can be detected through error coding. But there's no analogy for a CPU that allows cheap online verification of its correctness.

Note that CPU can be represented as mostly a set of memory cells, so some techniques for memory correction can probably be used with CPUs as well. https://bailleux.net/pub/ob-project-gray1.pdf

musicale

5 hours ago

It's not just CPUs that can cause Silent Data Corruption errors (SDCs). Essentially any chip in the system can give bad results, and those bad results are often not detected.

more_corn

7 hours ago

Funny they should mention Google. Isn’t that the company who’s chatbot regularly and consistently gets things wrong?

musicale

5 hours ago

LLM limitations are different from silent data corruption errors.