From c0781c2147e9bcc15684f7a159c0688fd503c2d6 Mon Sep 17 00:00:00 2001 From: "Thomas R. Benson" Date: Tue, 18 Sep 2018 16:39:03 -0700 Subject: [PATCH] add release notes file for v1.0 --- Hydrogen_ReleaseNotes.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Hydrogen_ReleaseNotes.txt diff --git a/Hydrogen_ReleaseNotes.txt b/Hydrogen_ReleaseNotes.txt new file mode 100644 index 0000000000..dadc60a306 --- /dev/null +++ b/Hydrogen_ReleaseNotes.txt @@ -0,0 +1,10 @@ +Notes for v1.0: + +- Added the notion of multiple "Devices" for matrices. + +- Added GPU support throughout the library. Support is still "as + needed". Please report gaps to Tom Benson31. + +- Using distributed objects with GPU memory requires CUDA-aware MPI. + +- Added preliminary Aluminum integration (https://github.com/llnl/aluminum).