DP-HLS
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Align::FindMax Namespace Reference

Namespace related to functions used to find the maximum elements in in the score matrix. More...

Functions

void ReductionMaxScores (ScorePack(&max)[PE_NUM], ScorePack &chunk_max, idx_t &max_pe)
 Compare the local maximum of each PE after the score computation and keep the global maximum score. More...
 

Detailed Description

Namespace related to functions used to find the maximum elements in in the score matrix.

Function Documentation

void Align::FindMax::ReductionMaxScores ( ScorePack(&)  max[PE_NUM],
ScorePack chunk_max,
idx_t &  max_pe 
)

Compare the local maximum of each PE after the score computation and keep the global maximum score.

Parameters
maxArray of PE's local maximum.
chunk_maxThe maximum of the chunk.