top | item 40331804

(no title)

chimpansteve | 1 year ago

Ah! ok - that makes sense. Thank you. So it would be a specialised chip with a load of hardcoded functions, kind of like an ASIC?

discuss

order

lsb|1 year ago

Exactly, like how a “bitcoin mining” chip would implement the SHA in hardware.

And, CPUs prioritize hiding latency with all sorts of caches, and GPUs prioritize cores and bandwidth to hide latency, so there’s different tradeoffs about memory bandwidth versus latency.

chimpansteve|1 year ago

Thank you. Think we've hit the level of my "run away scared at the first sight of machine code" understanding, but I now vaguely understand what's going on.