What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve. - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T03:41:11Z http://stackoverflow.com/feeds/question/212347 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/212347/what-are-some-practical-problems-that-parallel-computing-f-and-gpu-parallel-pr 2 What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve. Chris Ballance 2008-10-17T14:20:39Z 2008-10-21T10:54:00Z <p>Recently WiFi encryption was brute forced by using the parellel processing power of the modern GPU <a href="http://is.gd/4fhb" rel="nofollow">http://is.gd/4fhb</a>. What other real-life problems do you think will benefit from similar techniques?</p> http://stackoverflow.com/questions/212347/what-are-some-practical-problems-that-parallel-computing-f-and-gpu-parallel-pr/212367#212367 3 Answer by Oli for What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve. Oli 2008-10-17T14:25:06Z 2008-10-17T14:25:06Z <p>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.</p> http://stackoverflow.com/questions/212347/what-are-some-practical-problems-that-parallel-computing-f-and-gpu-parallel-pr/212376#212376 4 Answer by basszero for What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve. basszero 2008-10-17T14:28:28Z 2008-10-17T14:28:28Z <p>Image processing which is just fancier signal processing which is massively parallel math.</p> <p>given that, perhaps face recognition, voice recognition, video decode/encode, audio decode/encode, encryption/decryption</p> http://stackoverflow.com/questions/212347/what-are-some-practical-problems-that-parallel-computing-f-and-gpu-parallel-pr/221433#221433 2 Answer by TraumaPony for What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve. TraumaPony 2008-10-21T10:45:46Z 2008-10-21T10:54:00Z <ul> <li>Computational fluid dynamics</li> <li>Physics processing</li> <li>Ray tracing</li> <li>Data mining</li> <li>Medical imaging</li> <li>Control engineering software</li> <li>Digital signal processing</li> <li>Bioinformatics</li> </ul> <p>In fact, check out <a href="http://en.wikipedia.org/wiki/GPGPU#Applications" rel="nofollow">this page</a> for a lot more examples of where GPGPU has been used.</p> <p>To name a few.</p>