ver. 2.0 Release (Support AVX512)
Support SIMD instructions
- AVX
- AVX2
- AVX512 (thanks to Mr. Itsuki Doi)
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
mixed precision sample of CG method
https://github.com/t-hishinuma/DD-AVX_v3/blob/master/sample/cg.cpp