TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Will two similar processors process data in the same exact way?

5 pointsby RevRalalmost 11 years ago
Friend and I got into a debate, the simple question: will two computer processors, one finished manufacturing right after the other, compute the same data in the same exact way, down to each transistor?<p>Opinions? Facts?<p>I appreciate the help here.

6 comments

zerohpalmost 11 years ago
No, they don&#x27;t always achieve the same results but there is a lot of engineering dedicated to correct the errors.<p>You can find academic papers on the subject of GPGPU soft errors around 5 years ago when people started doing general purpose computation on graphics processors. GPU&#x27;s did not dedicate as much logic to error correction because it doesn&#x27;t matter as much for real time graphics.
chrisBobalmost 11 years ago
No, many of the current Intel processors come off of the same fab and are intended to be identical, but the devices that test worse become the lower spec versions. A quad core i7 with a core that performs significant&#x27;y below the others becomes a dual core model. When you are making 1.7 <i>Billion</i> of anything there are going to be some errors, but a CPU is designed to compensate for this.
评论 #8041528 未加载
wmfalmost 11 years ago
Yes, digital logic is generally designed to be as deterministic as possible since that makes everything easier. There&#x27;s even a concept called lockstep: <a href="http://en.wikipedia.org/wiki/Lockstep_(computing)" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lockstep_(computing)</a>
schmidtcalmost 11 years ago
I don&#x27;t think this is in the wild yet, but interesting all the same...<p><a href="http://www.extremetech.com/computing/151506-self-healing-self-monitoring-chip-rearranges-circuit-if-damaged" rel="nofollow">http:&#x2F;&#x2F;www.extremetech.com&#x2F;computing&#x2F;151506-self-healing-sel...</a>
ksherlockalmost 11 years ago
A processor can compute differently when it&#x27;s over clocked.<p><a href="http://blogs.msdn.com/b/oldnewthing/archive/2005/04/12/407562.aspx" rel="nofollow">http:&#x2F;&#x2F;blogs.msdn.com&#x2F;b&#x2F;oldnewthing&#x2F;archive&#x2F;2005&#x2F;04&#x2F;12&#x2F;40756...</a>
kasey_junkalmost 11 years ago
Well you didn&#x27;t mention what memory bus the processors would be installed in...