BobbyThrowaway6969
BobbyThrowaway6969 t1_j6p2not wrote
Reply to comment by Thrawn89 in ELI5: Why do computers need GPUs (integrated or external)? What information is the CPU sending to the GPU that it can't just send to a display? by WeirdGamerAidan
Double precision is the black sheep of the family. It was just thrown in for convenience. GPUs don't have double precision because what do you care if a vertex is a millionth of a pixel off or a billionth? Graphics has no use for double precision so why make the chip more expensive to produce?
Compute programming might need it but not for the general public.
BobbyThrowaway6969 t1_j6p131z wrote
Reply to comment by Thrawn89 in ELI5: Why do computers need GPUs (integrated or external)? What information is the CPU sending to the GPU that it can't just send to a display? by WeirdGamerAidan
I left "1+1 math problems at the same time" pretty vague on purpose. Math in my analogy isn't referring to processor arithmetic, it refers to "stuff" a processor can do. They don't all have to be on the same task. Some can handle vertices while others handle pixels.
>they work on the exact same kind of problems the CPU does.
They can do arithmetic the same way, sure, but you wouldn't exactly expect to be able to communicate with a mouse & keyboard using one of the cores in a GPU.
The instruction set for a GPU (based around arithmetic) is definitely nothing like the instruction set of a CPU lol. That's what I meant by 2nd grader vs mathematician.
BobbyThrowaway6969 t1_j6mglwg wrote
Reply to ELI5: Why do we turn into our parents? by sonofakush
Well, why wouldn't you turn into your parents? They created and raised you. You've spent your entire developmental stage surrounded by them and their behaviours.
BobbyThrowaway6969 t1_j6mehn5 wrote
It takes energy to fuse atoms together, but the act of fusing atoms together also releases energy, aka, you have to break a few eggs to make an omelette.
As long as the energy coming out of fusion is higher than the energy needed to do it, a star can exist happily.
For all the elements before iron, this is the case, more energy comes out.
Iron, however, is the first element that takes MORE energy to fuse than it gives back, the star isn't so happy any more. It now has to use a lot of eggs to make a rather sh***y omelette.
BobbyThrowaway6969 t1_j6lg0ft wrote
Reply to ELI5: Why do computers need GPUs (integrated or external)? What information is the CPU sending to the GPU that it can't just send to a display? by WeirdGamerAidan
The CPU is a mathematician that sits in the attic working on a new theory.
The GPU is hundreds of thousands of 2nd graders working on 1+1 math all at the same time.
These days, the CPU is now more like 8 mathematicians sitting in the attic but you get the point.
They're both suited for different jobs.
The CPU could update the picture that you see on the display, but that's grunt work.
Edit: I don't mean the cores in a GPU are stupid, but their instruction set isn't as complex & versatile as a CPU's which is what I meant.
BobbyThrowaway6969 t1_j6h3k8t wrote
4 in decimal form actually doesn't exist in the computer. It either draws pixels in the shape of a 4, or you have a 4 drawn on the keyboard, they're the only places "4" exists like that, the moment you press the 4 key, it's already in binary form. Your keyboard sends the binary scancode representation of "4" to the computer.
BobbyThrowaway6969 t1_itgft2r wrote
Reply to comment by kangadog in My Aussie dad relaxing with a Fosters in Singapore (1992). by kangadog
>we’re proud it’s our piss
Oi no we're not
BobbyThrowaway6969 t1_ir7qmci wrote
Reply to comment by tirnanog22 in Back in '82... by nnkkmmuu
I want to imagine OP joined a ban and this is still his guitar
BobbyThrowaway6969 t1_j6pcmfu wrote
Reply to comment by Thrawn89 in ELI5: Why do computers need GPUs (integrated or external)? What information is the CPU sending to the GPU that it can't just send to a display? by WeirdGamerAidan
Depends how you look at it. Their circuitry can handle vector math more efficiently