Hacker News new | ask | show | jobs
by WithinReason 1291 days ago
We already have GPUs for that
1 comments

gpus have a high enough latency that for O(n) operations, the time it takes to move the data to the GPU will be higher than the time it takes to run the problem on a CPU. AVX-512 is great because it makes it easy to speed up code to the point that it's memory bottlenecked.
Not sure you're using O(n) right