4 ms·
It looks like you could have C+GPU cores. I bet you could still split the gpu portion out into its own separate thing if you wished.
by oregontechninja 6y ago
It looks like you could have C+GPU cores. I bet you could still split the gpu portion out into its own separate thing if you wished.
- Zenst 6y agoSomehow this all reminded me of https://en.wikipedia.org/wiki/Larrabee_(microarchitecture) https://en.wikipedia.org/wiki/Larrabee_(microarchitecture) It's the whole - full core on a GPU aspect, which probably isn't a bad idea for a few reasons, could even offload much of the driver onto it and with that, make platform drivers much more manageable...maybe.
- sitkack 6y agoFrom a high enough level they are architecturally similar. But these x86 cores don't scale _down_ to 500-1000 logic elements per core. This is an architectural level, not a microarchitectual level design (yet).