|
|
|
|
|
by stonemetal
4804 days ago
|
|
Why can't our GPUs be as powerful as our CPUs? 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. |
|