From ac9d7d0d7b43cd3d0c7f24ec5d64b58fbf900097 Mon Sep 17 00:00:00 2001 From: Ulrike Yang Date: Tue, 14 Jun 2022 12:02:25 -0700 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1dcf851c2..3b7331e24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.