Skip to content

Releases: sdu-hpcl/BGSA

v1.1

27 Feb 08:15
dffcf9e
Compare
Choose a tag to compare

fix variable name bug.

v1.0

22 Jun 03:22
Compare
Choose a tag to compare
  • Supports both unit-cost global aligment(Myers algorithm) and general integer scoring global aligment(BitPAl algorithm).
  • Supports both global and semi-global aligment.
  • It also implements the banded Myers algorithm for fast verification under a given error threshold e;
  • Supports multiple SIMD intrinsics: SSE, AVX2, KNC and AVX512. It also supports heterogeneous platform that contains KNC and CPU.
  • The parallel framework can extend to other similar algorithm easily with a little change.