this post was submitted on 19 Jul 2026
271 points (89.0% liked)
Technology
86485 readers
3177 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sure it's got a lot of VRAM, but the 4080 has five times the compute power.
You're not getting a 4080 for $200 though...
Hmm… I have a 4080 from 2022. I wonder if I can get this thing too, for $200, and use them both? I hate only having 16gb VRAM.
Would be nice if I could use them both at the same time. Like, make the 4080 recognize the other device as additional VRAM
Not sure how well that without work even if you could bridge them properly to share their vram, as the latency from the other gpu will be pretty high compared to the local vram. Frame times won't be that great is my prediction. It works ok for LLMs because they aren't a realtime compute task like gaming graphics is. If an LLM takes an extra 0.12s to compute its result, you don't notice, but if a gpu misses a frame deadline by 0.12s, that's a stutter that represents less than 10 fps.
I believe that's why earlier attempts at dual gpu systems mostly fizzled out (plus cost concerns). You can get some pure acceleration if you can fit the entire working memory onto both GPUs' vram (so your total vram is effectively min( GPUA_VRAM, GPUB_VRAM ) rather than GPUA_VRAM + GPUB_VRAM, though that also requires all pixels to be independent of anything calculated on the other GPU, other than maybe post processing effects that could be handled on whichever GPU is handling the display.
That's not to say that you can't get extra performance out of multi-gpu setups that don't just mirror their RAM, but it's more complicated than "sum of the capabilities of each GPU".
Yes, that's basically what the article is about. They run the LLM across both GPUs.
But that's a feature of llama.cpp. SLI doesn't really exist any more, and NVlink requires a specific setup, which the 4080 is not part of (the 3090 was the last consumer one, apparently). So you couldn't pool the VRAM.
That's fine I just need to display pictures of your mom (they are very large) (/s)