sw_perf/README.md

4 lines
279 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# sw_perf
- 对bwa的sw相关代码进行抽取和优化实现做成benchmark
- bwa有三个部分包含sw算法分别是seed-extension阶段生成sam阶段的计算pair-end align分值以及最后生成cigar的global
- 实现avx2和cuda版本并进行性能对比