This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bioinformatics And Parallel Programming (Gpu)

I want to use Cuda to solve some bioinformatics problems (i am a CS student). i am mostly interested in graph algorithms. What problems do you think are the most important, are unsolved yet, or have not been implemented on GPUs?

graphs programming

3 answers

The question Bioinformatics and Graph Algorithms lists a number of important graph algorithms, and frankly most of them don't have easily accessible solutions with GPU based implementations.

The biggest "unsolved" problem is SAT. Write a good GPU SAT solver and the model checking community will get on their knees in praise.

http://www.satlive.org/

Here is the link for a recently published GPU-MSA: http://gpualign.cs.put.poznan.pl/

Log in to answer this question.