Recently WiFi encryption was brute forced by using the parellel processing power of the modern GPU. What other real-life problems do you think will benefit from similar techniques?

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted
  • Computational fluid dynamics
  • Physics processing
  • Ray tracing
  • Data mining
  • Medical imaging
  • Control engineering software
  • Digital signal processing
  • Bioinformatics

In fact, check out this page for a lot more examples of where GPGPU has been used.

To name a few.

link|improve this answer
Thanks TraumaPony, great answers! – Chris Ballance Oct 22 '08 at 3:38
feedback

Image processing which is just fancier signal processing which is massively parallel math.

given that, perhaps face recognition, voice recognition, video decode/encode, audio decode/encode, encryption/decryption

link|improve this answer
feedback

Most batch-processing tasks can be parallised and are well suited to the stream processors in GPUs. Folding. Seti. All those gubbins are already working well on GPUs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.