Skip to content

Releases: IntelLabs/GKL

0.3.1

10 Nov 17:10
Compare
Choose a tag to compare

Edited the PairHMM module to correctly build openMP and non-openMP versions of the library. Added the code to support dynamic Huffman generation for Level 1 deflater.

0.3.0

19 Oct 15:28
Compare
Choose a tag to compare

Modularized GKL. Separated the modules into individual .so files.

0.2.0

04 Aug 13:54
Compare
Choose a tag to compare

Added support for isa-l compression library which provides faster level 1 compression. Add support to set and get the Flush-To-Zero (FTZ) flag from Java.

0.1.2

11 Jul 13:43
Compare
Choose a tag to compare

AVX checks added, allows for clean failure if hardware not supported.

0.1.1

01 Jul 15:55
Compare
Choose a tag to compare

Updated IntelDeflaterFactory and updated to use the otc_zlib.

0.1.0

22 Jun 14:24
Compare
Choose a tag to compare
  • Added Open Source Technology Center zlib (otc_zlib) for level 2 through 9 compression.
  • Changed Maven artifact name
    • GroupId = com.intel.gkl
    • ArtifactId = gkl

0.0.2

20 Jun 17:17
Compare
Choose a tag to compare

Includes Linux and OSX versions of:

  • PairHMM
  • Compression
    • igzip for Level 1 compression
    • zlib for all other levels