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.

How Graphics Cards Work

64 pointsby PredictorYalmost 7 years ago

3 comments

tgbalmost 7 years ago
Anyone have a better article addressing the question in the title? This one felt more like a grab bag of basic terminology with a little bit of history thrown in - less how they work and more of how to compare specs of related cards.<p>As an aside, untextured polygons is making a huge comback as an art style. I can&#x27;t think of it even having been common in early era of GPU&#x27;s like the article suggests. I personally really like the look but it could end up over used just like other lofi styles. Strangely it&#x27;s referred to as &quot;low poly&quot; even though the defining feature is lack of textures and often the poly count is fairly high, it&#x27;s just not hidden from view.
评论 #17285831 未加载
oblalmost 7 years ago
It&#x27;s quite misleading to call GPU&#x27;s SIMD lanes &quot;cores&quot; and then compare the core count to actual CPU cores (that have SIMD as well).<p>In fact it&#x27;s often mentioned that the reason GPUs are fast is that they have &quot;a lot of dumb cores&quot;. It&#x27;s true, but that&#x27;s somewhat unrelated to the SIMD width.<p>One of the big reason why you can get away with dumb cores is that since you have so many independent threads (actual threads with independent PC), you can go with super-wide SMT (up to say 64 instead of 2 for intel HT).<p>This way you keep a deep pipeline full cheaply (by issuing from each thread in turn), while a CPU has to scramble and spend power&#x2F;area to do so (branch pred., OoO, ...). Well, I guess the huge register files are not quite cheap but still.<p>The barrel processor style is to me a way more defining characteristic of GPU vs CPU design than the SIMD capabilities.<p>Then of course, wide SIMD on top of that is good for flops.
评论 #17280643 未加载
评论 #17280825 未加载
ianseyeralmost 7 years ago
The ads on this make mobile reading near impossible. It&#x27;s a shame ads are still this invasive.
评论 #17281073 未加载