updated CHANGELOG

This commit is contained in:
Ulrike Yang 2022-06-14 12:02:25 -07:00
parent 03e0150ee4
commit ac9d7d0d7b

View File

@ -9,10 +9,14 @@
Version 2.25.0 released 2022/06/15
- New features in MGR: multilevel assignment of solver options, block jacobi for
- New features in MGR: multilevel assignment of solver options, block Jacobi for
smoothers and integrid transfer, CPR, non-Galerkin.
- New factorized sparse approximate inverse (FSAI) solver/preconditioner. Can
also be used as a smoother in BoomerAMG.
- Added various optimizations for Nvidia and AMD GPUs by removing synchronizations,
reducing memory transfers, and adding faster custom kernels.
- Ported parallel matrix matrix multiplicaton to SYCL.
- Infrastructure changes to unify GPU implementations across CUDA/HIP/SYCL.
- Added SStruct I/O routines.
- Various bug fixes.