1153
you are viewing a single comment's thread
view the rest of the comments
[-] MNByChoice@midwest.social 3 points 19 hours ago

Might mean "silicon", but might want to bang the LLM. Hard to know.

Words have meaning...

[-] merc@sh.itjust.works -1 points 17 hours ago

Even with "silicon" doesn't really make sense. The models already live on silicon, they're stored in the datacenters needed to run them. It's not like you can make them into some chip and magically not have to use the datacenter.

[-] wholookshere@lemmy.blahaj.zone 4 points 7 hours ago

Gonna take GPS example to explain general processors vs specific ones.

GPS works by doing some simple math around triangulation from satalites. When they first came out there were no GPS chips. It was done by a general processors.

Now they can do it, but because they can do Amy Hong they're not as fast as newer GPS chips.

How they work is the silicon can only handle the GPS calculations. But because of that, it can do it way faster.

LLMs run on matrix math and probabilities. We can 100% come up with specialised silicon to handle this math. Intact, thats what a lot of AI specialised chips are.

[-] merc@sh.itjust.works 1 points 2 hours ago

LLMs run on matrix math and probabilities

Yes, and the silicon to handle that math already exists. It's the "GPUs" being pumped out by nVidia. Those are basically now highly specialized matrix math machines.

[-] wholookshere@lemmy.blahaj.zone 1 points 1 hour ago

Then why do NPUs exist?

What I'm talking about exists on the smaller scale. Just a matter of time before its done on a larger.

A general purpose GPU still contains silicon for display, and video en/decoding. Those don't contribute in any meainiful way.

Not to mention it doesn't cover all of matrix math for LLM needs....

[-] merc@sh.itjust.works 1 points 6 minutes ago

NPUs are low-power hardware devices for running very small AI models.

So-called "GPU"s are the devices used for similar things for the very large models that are the "hotness" right now.

A general purpose GPU still contains silicon for display, and video en/decoding

No it doesn't. The modern datacenter-style "GPU"s that nVidia has been making and selling for use in AI datacenters have stripped out all the video related elements. They're purpose built for doing only AI work these days. They can't even do standard matrix multiplication work anymore because they're so narrowly designed for AI models where they use a specialized form of lossy matrix multiplication.

The name has stuck around, but the things nVidia has been building and selling to the AI companies no longer has anything to do with graphics.

[-] trebach@sh.itjust.works 2 points 6 hours ago

They aren't comparable. GPS is deterministic and simple so as you said it could be reduced to an FPGA or ASIC.

LLMs are partially matrix math and probabilities but they're also more complex than that and require a large amount of RAM to run even the first time. Each query added to the context increases the RAM needed further.

[-] wholookshere@lemmy.blahaj.zone 1 points 4 hours ago

I dont believe the memory, both ram and storage combine, are what's causing data centres to gobble up power and associated resources (electricity, cooling,...).

Its the GPUs.

I'm not counting on a future with LLMs by any means, but there's tons of efficiencies we can do to make the cost go down. Were just not doing it.

We saw the same thing with crypto mining. It started on GPUs but then speficially designed silicon (asyc miners) were vastly more efficient than a GPU rig.

It still needed memory yes, but again, thats not the constraint.

[-] trebach@sh.itjust.works 1 points 3 hours ago

For crypto mining, the speed of computation before the next block was mined was the constraint so GPUs were being used for parallel computation before ASIC miners were built. This is a great example of where ASICs shine: deterministic simple algorithms that don't require much if any I/O.

LLMs have a minimum RAM requirement in order to even load the model so even if you built a dedicated LLM card with an ASIC, you would still need at least that amount of RAM on the card. You'd probably want more RAM in order to store context because that takes RAM as well. At that point you pretty much have a GPU with an ASIC instead of more general compute units and no video outputs.

You might get some improvements by using an ASIC for LLMs but not nearly as much as when ASICs started being used for mining.

[-] Strawberry@lemmy.blahaj.zone 1 points 5 hours ago

LLMs are also deterministic and the weights for a model could be 'hard-coded' into a chip, no?

[-] trebach@sh.itjust.works 2 points 5 hours ago

They're actually not because they have randomness built in. Since we are working with probabilities, it won't always pick the next token that has the highest probability and the randomness can be tuned via a "temperature" setting to make it more or less likely that it will choose the most probable token.

The weights for the model could be stored in a firmware chip but you still need RAM because it pulls all the weights into RAM in order to perform the calculations.

[-] piccolo@sh.itjust.works 2 points 6 hours ago

NPUs are already a thing, specialized cpus for nerual networks. The problem is the models are just databases, and you need lots of fast memory in order to feed the NPUs data, and thats the current bottleneck.

[-] wholookshere@lemmy.blahaj.zone 1 points 4 hours ago

I'm not denying they still gobble those up, but those components are not what's drawing all the power.

this post was submitted on 22 Sep 2026
1153 points (98.6% liked)

Funny

16272 readers
1904 users here now

General rules:

Exceptions may be made at the discretion of the mods.

founded 3 years ago
MODERATORS