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: Why we can't our CPU be as powerful as our GPUs

6 pointsby aladdinwabout 12 years ago

3 comments

stonemetalabout 12 years ago
Why can't our GPUs be as powerful as our CPUs?<p>Simple, they make different tradeoffs to target different tasks. GPUs are horrible at code that is branch heavy, CPUs tend to be much better at that kind of code. GPUs make trade offs for fast memory access, ever hear of a GPU with 32GB ram? and vice versa.
评论 #5598557 未加载
felipebrndabout 12 years ago
GPUs are great crunching numbers and CPUs are better with complex logic stuff...<p>And GPUs have a lot of simplified cores they simply can't handle every operation a CPU core can. Maybe you can get a hybrid hardware... replacing the space used for CPU cores by GPU cores and some kind of fast access memory...
评论 #5602426 未加载
voidlogicabout 12 years ago
branches