Skip to content

Commit

Permalink
Update changelog, readme, release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen20 committed Apr 26, 2022
1 parent d8e9d7f commit 20e9ea9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 20e9ea9

Please sign in to comment.