HackerTrans
トップ新着トレンドコメント過去質問紹介求人

RealHusky

no profile record

コメント

RealHusky
·2 年前·議論
Scheduling algorithm is different.

CPUs target low latency (they switch often). GPUs target high troughput (they switch rarely, only when needed).

High troughput algorithms dont have problem with a lot of threads. Low latency algorithms have problem with a lot of threads (they need lot of cache memory because of constant switching).