What Python code runs on a graphics card?
this post was submitted on 18 Nov 2024
16 points (73.5% liked)
Technology Memes
32 readers
314 users here now
Welcome to Technology Memes. Here you can make memes and/or rant about technology, internet, software, hardware, corporations, enshittification and etc. (including but not limited to)
Rules:
- Follow Lemmy.world ToS and Lemmy's Code Of Conduct
- Memes and ranting should be related to technology. No off-topic posts and comments. Programming and gaming memes are also acceptable.
- Don't harras and/or discriminite anyone, be civil. If you hate something let's say Windows OS, attack Windows/Microsoft itself or it's CEO/devs, not it's users.
- Spamming and advertsiting is disallowed.
- NSFW and inapporative content is prohibited. Strong language is OK as long as it doesn't directed to anyone.
- Do not repost. If you're posting someone else's meme give him/her apporative credit/attribution.
Please report any posts and comments that violates the rules.
founded 1 day ago
MODERATORS
Phyton, not Python. 🙃
Python has a ton of machine learning libraries. I'd maybe even go so far as to say it's the de facto standard when developing AI
There's also some cuda libraries which by definition do things directly on the card
Yes... It's possible to have that. Even when it doesn't do that by default. The CPU can and still is the bottleneck in a fair few cases and you bet you can run shitty code on there.
“MeMOrY is ChEAp…” and/or “stOraGe is CHeAp…” cried all the lazy developers.