Sneak-Scope

Sneak-Scope t1_j6nptjl wrote

I guess so, though I think it's being used wrong in that context. In the context of CPU/GPU, 'task switching' describes the hardware's ability to park a thread and start a different one executing.

In the case of the CPU, it has to dump cache to main memory, load new information and continue. Where the GPU, usually, is just like 'lol pause play!'

2

Sneak-Scope t1_j6lrgbb wrote

It's been a minute, but is this just incorrect? The CPU is much worse at task switching than the GPU.

The CPU is meant to be a generalist and so is bereft the purpose built hardware to excel at anything. Where the GPU is built to slam numbers together in a disgustingly parallel fashion.

I have been in airports for twenty hours now so I'm sorry if that's wrong!

10