From 2e66e12f94e2e9b0bcf09c3a423f47110004a892 Mon Sep 17 00:00:00 2001 From: WeiqunZhang Date: Fri, 1 May 2020 08:21:04 -0700 Subject: [PATCH] update CHANGES (#829) --- CHANGES | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGES b/CHANGES index 7b721b763fe..8ee101f61b6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,29 @@ +# 20.05 + + -- AMReX's git history has been rewritten. If you have problems due + to this, follow the instruction here. https://xkcd.com/1597/ We + also have a new CONTRIBUTING.md. + + -- EB linear solvers: You now need to specify the location of + diffusion coefficient (face center or face centroid) and the + location of the unknowns (cell center or cell centroid). + + -- Optimization of makeKnapSack and makeSFC. + + -- Unification of GPU and CPU versions of neighbor particle / + neighbor list implementations. + + -- New HostDeviceParallelFor functions that can run on either host + or device depending on the launch region flag. + + -- Add CUPTI trace for CUDA kernel timing. + + -- Implement ENABLE_FORTRAN (BL_NO_FORT) option in CMake. + + -- Fix CUDA build of tools. + + -- Fix invalid git version in CMake. + # 20.04 -- BaseFab can no longer be used on device. Many BaseFab functions