Skip to content

Releases: t-hishinuma/DD-AVX_v3

ver. 2.1.0 Release (Add CRS utils and generate document by doxygen)

31 Dec 10:09
89f298f
Compare
Choose a tag to compare

2.1.0 - 2020/12/31

Added

  • create CRS from CRS or COO vectors #19
  • add doxygen comment #36
  • add changelog #32
  • add generate doxygen in github actions #31

Changed

  • change MIT -> apache 2.0 license

Fixed

  • delete unnecessary cast #30

ver. 2.0 Release (Support AVX512)

10 Oct 09:00
c5acc25
Compare
Choose a tag to compare

Support SIMD instructions

AVX512 testing is inadequate.

Since github actions's runner does not support AVX512, github actions only verifies the build. We performed manual testing on an Intel® Xeon® Platinum 8280.

D/DD BLAS Lv1

  • axpy
  • nrm2
  • scale
  • dot
  • xpay
  • axpyz

Sparse BLAS (double sparse matrix (CRS) and D/DD vector multiplication)

  • matrix creation from MatrixMarket format
  • SpMV

CI test by github actions

result

mixed precision sample of CG method

https://github.com/t-hishinuma/DD-AVX_v3/blob/master/sample/cg.cpp

ver1.0 Release

06 Sep 18:52
c5acc25
Compare
Choose a tag to compare

D/DD BLAS Lv1

  • axpy
  • nrm2
  • scale
  • dot
  • xpay
  • axpyz

Sparse BLAS (double sparse matrix (CRS) and D/DD vector multiplication)

  • matrix creation from MatrixMarket format
  • SpMV

CI test by github actions

result

mixed precision sample of CG method

https://github.com/t-hishinuma/DD-AVX_v3/blob/master/sample/cg.cpp