Remix.run Logo
whaleofatw2022 4 days ago

Isn't VILW how a number of GPUs worked internally? That said GPU isn't the same as GPC

buildbot 4 days ago | parent | next [-]

Yes, as other noted AMD used VLIW for terscale in the 2000-6000 series. https://en.wikipedia.org/wiki/TeraScale_(microarchitecture)

They are used in a lot of DSP chips too, where you (hopefully) have very simple branching if any and nice data access patterns.

Sesse__ 4 days ago | parent [-]

And typically just fast RAM everywhere instead of caches, so you don't have cache misses. (The flip side is that you typically have very _little_ RAM.)

classichasclass 4 days ago | parent | prev | next [-]

Some older ones, yeah (TeraScale comes to mind) but modern ones are more like RISC with whopping levels of SIMD. It turns out that VLIW was hard for them too.

4 days ago | parent | prev [-]
[deleted]