Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
RealHusky
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
RealHusky
3y ago
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 hav