Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve

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?

like image 311
Chris Ballance Avatar asked Dec 18 '22 10:12

Chris Ballance


1 Answers

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

like image 157
basszero Avatar answered Feb 02 '23 03:02

basszero