(no title)
reroute22 | 2 years ago
> Does this mean there, effectively, are no registers?
I can only point out just for context that if by any chance you're asking whether the registers are implemented as actual hardware design "registers" - individually routed and and individually accessible small strings of flip-flops or D-latches - then the history of the question is actually "it never was registers in the first place" - architectural (ISA) registers in GPUs are implemented by a chunk of addressable ported SRAM, with an address bus, data bus, and limited number of accesses at the same time and limited b/w [1].
[1] see the diagram at https://www.renesas.com/us/en/products/memory-logic/multi-po...
RantyDave|2 years ago
reroute22|2 years ago