Skip to content

Commit

Permalink
Merge pull request #55 from SimeonEhrig/testAlpaka0.8
Browse files Browse the repository at this point in the history
add alpaka 0.8.0 to CI tests
  • Loading branch information
SimeonEhrig authored Dec 20, 2021
2 parents 3b0820b + 88de29b commit 1beac59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pull-request-validation:
- source $CI_PROJECT_DIR/script/check_cpp_code_style.sh

variables:
VIKUNJA_ALPAKA_VERSIONS: "0.6.0 0.6.1 0.7.0"
VIKUNJA_ALPAKA_VERSIONS: "0.6.0 0.6.1 0.7.0 0.8.0"

cuda102:
image: registry.gitlab.com/hzdr/crp/alpaka-group-container/alpaka-ci-cuda102-gcc:1.4
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(NOT DEFINED ALPAKA_ACC_CPU_B_SEQ_T_SEQ_ENABLE AND (VIKUNJA_BUILD_EXAMPLES OR
endif()

set(_VIKUNJA_MIN_ALPAKA_VERSION 0.6.0)
set(_VIKUNJA_UNSUPPORTED_ALPAKA_VERSION 0.8.0)
set(_VIKUNJA_UNSUPPORTED_ALPAKA_VERSION 0.9.0)

if(NOT TARGET alpaka::alpaka)
find_package(alpaka ${_VIKUNJA_MIN_ALPAKA_VERSION} REQUIRED HINTS $ENV{ALPAKA_ROOT})
Expand Down

0 comments on commit 1beac59

Please sign in to comment.