Skip to content

AOCL-Sparse version 3.2

Compare
Choose a tag to compare
@chsankar chsankar released this 08 Jul 14:18
· 319 commits to master since this release

Highlights of improvements on AMD EPYCTM processor family CPUs

  • New API for multiplying two Sparse matrices (aoclsparse_xcsr2m)
  • New API aoclsparse_xilu_smoother that acts as a preconditioner to compute an update to the iterative solution x of Ax=b
  • Improved performance of single thread SPMV routine that supports hint and optimize functions analyzing the sparsity pattern for better optimization
  • Multi-thread support for SPMV routine