Skip to content

Commit

Permalink
Changelog updates
Browse files Browse the repository at this point in the history
Co-authored-by: Pratik Nayak <[email protected]>
Signed-off-by: Terry Cojean <[email protected]>
  • Loading branch information
tcojean and pratikvn committed Nov 10, 2023
1 parent 4bea5bd commit ada8723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Please visit our wiki [Changelog](https://github.com/ginkgo-project/ginkgo/wiki/

The Ginkgo team is proud to announce the new Ginkgo minor release 1.7.0. This release brings new features such as:
- Complete GPU-resident sparse direct solvers feature set and interfaces,
- Sparse batched iterative kernels support for Dense and ELL matrix types and the BiCGSTAB solver,
- Improved Cholesky factorization performance,
- A new MC64 reordering,
- Batched iterative solver support with the BiCGSTAB solver with batched Dense and ELL matrix types,
- MPI support for the SYCL backend,
- Improved Cholesky factorization performance,
- Improved ParILU(T)/ParIC(T) preconditioner convergence,
and more!

Expand All @@ -36,8 +36,8 @@ Supported systems and requirements:
+ Cray Compiler: 14.0.1+
+ CUDA module: CMake 3.18+, and CUDA 10.0+ or NVHPC 22.7+
+ HIP module: ROCm 4.5+
+ DPC++ module: Intel OneAPI 2021.3+ with oneMKL and oneDPL. Set the CXX compiler to `dpcpp` or `icpx`.
+ MPI: version 3.1+, ideally with GPUDirect support for best performance
+ DPC++ module: Intel OneAPI 2022.1+ with oneMKL and oneDPL. Set the CXX compiler to `dpcpp` or `icpx`.
+ MPI: standard version 3.1+, ideally GPU Aware, for best performance
+ Windows
+ MinGW: GCC 5.5+
+ Microsoft Visual Studio: VS 2019+
Expand Down

0 comments on commit ada8723

Please sign in to comment.