From: Daniel Arndt Date: Tue, 4 Sep 2018 13:57:50 +0000 (+0200) Subject: Changelog entry X-Git-Tag: v9.1.0-rc1~754^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7141%2Fhead;p=dealii.git Changelog entry --- diff --git a/doc/news/changes/minor/20180901DanielArndt b/doc/news/changes/minor/20180901DanielArndt new file mode 100644 index 0000000000..ba5b54f5fd --- /dev/null +++ b/doc/news/changes/minor/20180901DanielArndt @@ -0,0 +1,5 @@ +New: Utilities::CUDA::allocate_device_data() and +Utilities::CUDA::delete_device_data() help to manage data on CUDA devices +using std::unique_ptr. +
+(Daniel Arndt, 2018/09/01)