this post was submitted on 01 Feb 2024
3 points (100.0% liked)
Programmer Humor
32376 readers
1314 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't know wtf cuda is, but the sentiment is pretty universal: please just fucking work I want to kill myself
Cuda turns a gpu in to a very fast cpu for specific operations. It won't replace the cpu, just assist it.
Graphics are just maths. Plenty of operations for display the beautiful 3d models with the beautiful lights and shadows and shines.
Those maths used for display 3d, can be used for calculate other stuffs, like chatgpt's engine.