From a0b46cb7b1e6ba5447b0098fae184c24cf9ce550 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Fri, 1 Feb 2019 09:00:51 -0800 Subject: [PATCH] update CHANGES --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 20190a5e17a..e8020f6b3ee 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +# 19.02 + + -- Array4 class that contains the important information in BaseFab + class. It can be captured by lambda and used on gpu. + + -- A number of new macros for launching for loops: AMREX_FOR_1D, + AMREX_FOR_3D, AMREX_FOR_4D, AMREX_PARALLEL_FOR_1D, + AMREX_PARALLEL_FOR_3D, and AMREX_PARALLEL_FOR_4D. + + -- Disable cuda aware MPI by default. It can be enabled with + parameter amrex.use_gpu_aware_mpi. + # 19.01 -- Documentation and Tutorials on GPU