this post was submitted on 27 Nov 2023
1 points (100.0% liked)

Hardware

33 readers
1 users here now

A place for quality hardware news, reviews, and intelligent discussion.

founded 11 months ago
MODERATORS
 

Afaik, gpu cores a very stripped down cpu cores that do basic math, but what sort of math can cpus do that gpus can't

I'm talking, cpu core vs Tensor/Cuda cores.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago (4 children)

I mean if you're creative enough, probably nothing.

This is kinda like asking what can I do on a lathe that I can't do on a mill. It's more what's better suited to be done on one or the other.

CPUs are more generalised; they have a deep and complex instruction set and feature list. While GPUs are shallower and far more specialised, but do tasks that parallellalise more readily... Like calculating a metric shitload of triangles.

You can see CPUs used to 'push pixels' in older computers since that's all they had.

[–] [email protected] 1 points 9 months ago (3 children)

Follow up question, what allowed CPUs before the advent of eGPU/dGPU's to output video, or what prevents them from doing so now?

[–] [email protected] 1 points 9 months ago

You've probably seen this in older games already, hardware vs software rendering. Software rendering just asks your CPU to perform the same calculations your GPU would normally take care of. It still works today but games have such astronomically high performance requirements that most don't even give you the option.

load more comments (2 replies)
load more comments (2 replies)