From: Bruno Turcksin Date: Wed, 1 Aug 2018 15:33:59 +0000 (+0000) Subject: Add changelog entry X-Git-Tag: v9.1.0-rc1~789^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7067%2Fhead;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/minor/20180801BrunoTurcksin b/doc/news/changes/minor/20180801BrunoTurcksin new file mode 100644 index 0000000000..6ea95a5706 --- /dev/null +++ b/doc/news/changes/minor/20180801BrunoTurcksin @@ -0,0 +1,6 @@ +New: LinearAlgebra::distributed::Vector has an extra template parameter +MemorySpace. This new template parameter can be used if the data should be +allocated on the host or on the device. +
+(Bruno Turcksin, 2018/08/01) +