From: Pratik Nayak Date: Wed, 30 Jan 2019 15:20:39 +0000 (+0100) Subject: Add changelog entry and fix a typo. X-Git-Tag: v9.1.0-rc1~387^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7cbf3c0ade5dee64c5849b450e37e2235bc281f;p=dealii.git Add changelog entry and fix a typo. --- diff --git a/doc/news/changes/major/20190130ginkgo-developers b/doc/news/changes/major/20190130ginkgo-developers new file mode 100644 index 0000000000..646f6b3d14 --- /dev/null +++ b/doc/news/changes/major/20190130ginkgo-developers @@ -0,0 +1,7 @@ +New: Support for Ginkgo, a high-performance numerical linear algebra library +has been added. Ginkgo provides advanced highly optimized linear solvers, +matrix formats and an abstraction to easily create linear operators on both +the cpu and the gpu. The deal.II's Ginkgo interface can currently be used to +solve linear systems using Krylov solvers with the cuda and OpenMP paradigms. +
+(Ginkgo developers, 2019/01/30) diff --git a/doc/readme.html b/doc/readme.html index 406981e5f7..9d7cf59ead 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -430,7 +430,7 @@ Ginkgo is a numerical linear algebra library with highly optimized kernels for many core architectures with a focus on fine level parallelism. - It allows for easy switching of the executing paradigm (CUDA, OpenMP, .etc) + It allows for easy switching of the executing paradigm (CUDA, OpenMP, etc.) while providing a multitude of linear solvers and preconditioners and extension to other linear operators with minimal changes required in the code. To enable Ginkgo, pass -DGINKGO_DIR=/path/to/ginkgo to CMake when