Hacker News new | ask | show | jobs
by lultimouomo 2992 days ago
You don't need CPU threads for threads that don't need CPU...
1 comments

The 8-core version only has 8 (each) ALUs, LSUs, and vector units. https://en.wikipedia.org/wiki/POWER9#Core If each core has 4 threads "running" on it, some of them are not going to be executing.
Still: the kernel won’t schedule threads that are waiting on I/O i believe.
Ok that's an interesting point. So they'd have to be waiting on a fetch instruction for the time not to be totally wasted?
Blocked tasks are not scheduled until unblocked.