Skip to content

Releases: jamtrott/ellspmv

ellspmv 1.5

17 Apr 11:22
Compare
Choose a tag to compare

This release adds the following features:

  • add support for performance monitoring using PAPI
  • add options for specifying the number of rows/columns per thread
  • add support for reading gzip-compressed Matrix Market files
  • align allocations to page boundaries if HAVE_ALIGNED_ALLOC is defined.
  • add support for symmetric matrices and matrices with integer and pattern fields
  • add compile-time option for selecting 32- or 64-bit integers for row/column offsets
  • add CSR SpMV kernels where rows or nonzeros are partitioned evenly among threads

ellspmv 1.1

24 Oct 16:38
Compare
Choose a tag to compare

Add A64FX cache partitioning directives for Fujitsu C compiler.

v1.0

27 May 13:33
Compare
Choose a tag to compare

Initial version.