Update CHANGELOG

This commit is contained in:
Ruipeng Li 2021-08-18 20:57:36 -07:00 committed by GitHub
parent 3a0c686a24
commit 6631deb91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
Version 2.22.1 released 2021/08/20 Version 2.22.1 released 2021/08/20
- Ported Neuman version of AIR to the GPU. - Ported Neumann version of AIR to the GPU.
- Re-implemented ParCSR eigenvalue estimation used in Chebyshev relaxation. - Re-implemented ParCSR eigenvalue estimation used in Chebyshev relaxation.
- Added IJMatrix Add, Norm, and Transpose functions. - Added IJMatrix Add, Norm, and Transpose functions.
- Simplified the ParCSRMatrix/Vector code by removing ownership info. - Simplified the ParCSRMatrix/Vector code by removing ownership info.