Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Sep 12, 2024
1 parent a498599 commit a9394d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

First version.

## Unversioned changes
## Version 0.2.0

- Use custom execution policies (`dynk::RangePolicy` and `dynk::MDRangePolicy`) that create Kokkos execution policies instead of recreating Kokkos execution policies from themselves.

## Unversioned changes
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22)
project(
DynamicKokkos
LANGUAGES CXX
VERSION 0.1.0
VERSION 0.2.0
)

list(PREPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In your main CMake file:
include(FetchContent)
FetchContent_Declare(
dynk
URL https://github.com/CExA-project/dynk/archive/refs/tags/0.1.0.tar.gz
URL https://github.com/CExA-project/dynk/archive/refs/tags/0.2.0.tar.gz
)
FetchContent_MakeAvailable(dynk)
Expand Down

0 comments on commit a9394d6

Please sign in to comment.