gpu
Posts tagged "gpu".
- The Bottleneck Was Always the Bus
A decade of projects across games, big data, and deep learning kept teaching me one thing: the compute was never the expensive part. Moving data was. And chasing that lesson through GPUs in games is what quietly walked me into machine learning.
- I Put Collision Detection on a GPU. The Timer Said It Was a Wash.
For a grad independent study I built a collision system on the CPU, then ported it to CUDA expecting a speedup. It came out a wash — and that non-result taught me more about parallel compute than a clean win would have.