Skip to main content
Figure 7 | BMC Bioinformatics

Figure 7

From: CUDA compatible GPU cards as efficient hardware accelerators for Smith-Waterman sequence alignment

Figure 7

Smith-Waterman in CUDA functioning. Each thread gathers four E and H values from the load buffer (first read operation) and four values from the profile (second read operation: the four values are packaged in a single unsigned integer of the query-profile). The Smith-Waterman algorithm is then applied to these data and the results are saved in the storing buffer (a single write operation). The alignment also requires two supplementary values: an f_north and an h_north. In this case, there is no need to save an entire column, but only two temporary numbers updated at each cell computation.

Back to article page