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?
• 4,180 views
•
link
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.
• 2 views
•
link
The biggest "unsolved" problem is SAT. Write a good GPU SAT solver and the model checking community will get on their knees in praise.
• 1 views
•
link
Here is the link for a recently published GPU-MSA: http://gpualign.cs.put.poznan.pl/
• 0 views
•
link
Log in to answer this question.