Skip to content

Releases: IntelLabs/GKL

0.6.1

17 Nov 17:05
c974725
Compare
Choose a tag to compare

Fixed compression core dump bug.

0.8.1

02 Nov 14:44
c613eff
Compare
Choose a tag to compare

AVX512 optimizations for SmithWaterman and minor updates

0.8.0

06 Oct 20:28
Compare
Choose a tag to compare

Added accelerated implementation of the SmithWaterman algorithm, using AVX2 instructions. Uses new native bindings version from Broad for compatibility with GATK 4.

0.6.0

26 Sep 18:15
Compare
Choose a tag to compare

This release is equivalent to 0.7, but uses logging compatible with GATK 3.8 (uses Log4J version 1.2). From the 0.7 release description:

This release has two major changes:

  • support for AVX-512, for Skylake architectures, for the PairHMM algorithm.
  • updated compression ISA-L library to latest version (2.19) for compression level 1

Note: AVX-512 support is not available for OS X. This will be added in an upcoming release.

0.7

26 Sep 15:10
Compare
Choose a tag to compare
0.7

This release has two major changes:

  • support for AVX-512, for Skylake architectures, for the PairHMM algorithm
  • updated compression ISA-L library to latest version (2.19) for compression level 1

Note: AVX-512 support is not available for OS X. This will be added in an upcoming release.

0.5.9

30 Aug 15:20
Compare
Choose a tag to compare

Fixes additional bugs for logging with GATK 3.

0.5.8

25 Aug 15:20
Compare
Choose a tag to compare

Fixed AVX detection (with log4j2 logging, compatible with GATK4)

0.5.7

24 Aug 20:56
Compare
Choose a tag to compare

Fixed AVX detection bugs (for AMD processors).

0.5.6

04 Aug 16:28
Compare
Choose a tag to compare

Made GKL logging compatible with log4j 1.x (previously it was only compatible with log4j2).

0.5.5

28 Jul 19:37
Compare
Choose a tag to compare

Minor fixes for ftz