What kind of data processing problems would CUDA help with?
- by Chris McCauley
Hi,
I've worked on many data matching problems and very often they boil down to quickly and in parallel running many implementations of CPU intensive algorithms such as Hamming / Edit distance. Is this the kind of thing that CUDA would be useful for?
What kinds of data processing problems have you solved with it? Is there really an uplift over the standard quad-core intel desktop?
Chris