diff --git a/CHANGELOG b/CHANGELOG index b6c12b30..f2ad67a4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +04/26/2022 v1.2.5: Update RAJA, CHAI (v2022.03.0), Umpire (v2022.03.1), and BLT (v0.5.1). Added HIP support. + 07/14/2019 v1.2.4: Updated to BSD-3-Clause license, Caliper support 10/12/2018 v1.2.3: CUDA support, updated policy selection/dispatch mechanisms, updated build system diff --git a/README.md b/README.md index a22e277c..201cbcd8 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,13 @@ Basic requirements: Submodule dependencies: -* [BLT](https://github.com/LLNL/blt) v0.4.1: a CMake based build system (required) +* [BLT](https://github.com/LLNL/blt) v0.5.1: a CMake based build system (required) -* [RAJA](https://github.com/LLNL/RAJA) v0.14.0: a loop abstraction library (required) +* [RAJA](https://github.com/LLNL/RAJA) v2022.03.0: a loop abstraction library (required) -* [CHAI](https://github.com/LLNL/CHAI) v2.4: a copy hiding abstraction for moving data between memory spaces (optional) +* [CHAI](https://github.com/LLNL/CHAI) v2022.03.0: a copy hiding abstraction for moving data between memory spaces (optional) -* [Umpire](https://github.com/LLNL/Umpire): a memory management abstraction (required if using CHAI) +* [Umpire](https://github.com/LLNL/Umpire) v2022.03.1: a memory management abstraction (required if using CHAI) * [Cub](https://github.com/NVlabs/cub.git): algorithm primitives library for CUDA (required by RAJA if using CUDA) diff --git a/RELEASE b/RELEASE index f58bc331..b3f9cce9 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ ******************************************************************************* -Kripke: ................................, version 1.2.4 +Kripke: ................................, version 1.2.5 Copyright (c) 2014-22, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory.