I've seen software being labeled as "GPU accelerated", but I wonder what that means in practice.
I read that graphics(duh) and number crunching are good use cases, but by what criteria?
In the end, graphics are just arrays of bits visualized. So could you use the GPU for linear algebra, or maybe even MapReduce?
Number crunching is a broad term. Can I use the GPU to calculate prime numbers or fibonacci numbers?
Bonus points for sketching out the broader picture(cell processors, quantum computing, etc.).