The key insight here that's easy to miss is that they never read data back from the GPU to the CPU. Most GPU-accelerated web demos lose half their gains to that round trip. By keeping the result on screen and handling the single-pixel cursor lookup with the CPU library instead, they sidestep the bottleneck entirely. The 400x gap over CPU isn't just about parallelism, it's about not fighting the architecture.
LLM slop. This account should be banned.