this post was submitted on 17 Jul 2025
619 points (98.1% liked)

Science Memes

15825 readers
2340 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] gandalf_der_12te@discuss.tchncs.de 5 points 20 hours ago (1 children)

I think this depends on how you define "general purpose".

The CPU is a "general purpose" processor but it's not very efficient at graphics or cryptography tasks.

[โ€“] Tlaloc_Temporal@lemmy.ca 5 points 16 hours ago

I wouldn't say a normal CPU is inefficient at graphics or cryptography, rather that a specialized GPU is particularly efficient at those tasks.

We only consider a CPU slow at these tasks because of how much faster a GPU is with them, but we never see how much worse a GPU is at general conputation tasks, because of how stupendously bad it is.

As soon as operations need to share info, the GPU speed advantage is gone. Branching paths bog a GPU down with redundant execution. Latency is quite poor too. And exceptions & interrupts are basically impossible at the system level. Trying to run normal programs on the GPU would be a disaster.