What kind of data processing problems would CUDA help with?
Posted
by Chris McCauley
on Stack Overflow
See other posts from Stack Overflow
or by Chris McCauley
Published on 2010-06-01T12:29:38Z
Indexed on
2010/06/01
12:33 UTC
Read the original article
Hit count: 353
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
© Stack Overflow or respective owner