Skip to content

Releases: cslab-ntua/sparsex

SparseX v1.1.0

03 Oct 21:33
Compare
Choose a tag to compare

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

SparseX v1.0.2

03 Oct 21:31
Compare
Choose a tag to compare

Changes:

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

SparseX v1.0.1

03 Oct 20:57
Compare
Choose a tag to compare

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

SparseX v1.0.0

03 Oct 20:58
Compare
Choose a tag to compare

First release of the SparseX optimization library.