Sparsex Versions Save

The SparseX sparse kernel optimization library

v1.1.0

6 years ago

Changes:

  • Re-design of JIT component to use LLVM/Clang's MCJIT engine for runtime code generation
  • Updated prerequisites to LLVM/Clang >= 4.0.0, built with shared libraries

v1.0.2

6 years ago

Changes:

  • Significant performance improvements in matrix preprocessing
  • Added support for LLVM/Clang 3.5

v1.0.0

6 years ago

First release of the SparseX optimization library.

v1.0.1

6 years ago

Changes:

  • Automake 1.14.1 support
  • GCC-4.7 and GCC-4.8 support
  • Fixed bug that occured with consecutive vector allocations on NUMA platforms
  • Fixes in thread management and several other minor bug fixes
  • Support for custom system include path during JIT compilation through the SPX_JIT_INC_PATH environment variable