-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '160cbd8f2373aa85996e9283d2fd02fe03125834' as 'alpaka'
- Loading branch information
Showing
1,109 changed files
with
273,179 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
--- | ||
# General options | ||
Language: Cpp | ||
Standard: c++17 | ||
DisableFormat: false | ||
|
||
AccessModifierOffset: -4 | ||
AlignAfterOpenBracket: AlwaysBreak | ||
AlignArrayOfStructures: None | ||
AlignConsecutiveAssignments: false | ||
AlignConsecutiveBitFields: false | ||
AlignConsecutiveDeclarations: false | ||
AlignConsecutiveMacros: false | ||
AlignEscapedNewlines: Right | ||
AlignOperands: Align | ||
AlignTrailingComments: | ||
Kind: Never | ||
AllowAllArgumentsOnNextLine: false | ||
AllowAllParametersOfDeclarationOnNextLine: false | ||
AllowShortBlocksOnASingleLine: Never | ||
AllowShortCaseLabelsOnASingleLine: false | ||
AllowShortEnumsOnASingleLine: false | ||
AllowShortFunctionsOnASingleLine: None | ||
AllowShortIfStatementsOnASingleLine: Never | ||
AllowShortLambdasOnASingleLine: All | ||
AllowShortLoopsOnASingleLine: false | ||
AlwaysBreakAfterReturnType: None | ||
AlwaysBreakBeforeMultilineStrings: false | ||
AlwaysBreakTemplateDeclarations: Yes | ||
BinPackArguments: false | ||
BinPackParameters: false | ||
BitFieldColonSpacing: Both | ||
BreakAfterAttributes: Never | ||
BreakBeforeBinaryOperators: All | ||
BreakBeforeBraces: Allman | ||
BreakBeforeConceptDeclarations: Always | ||
BreakBeforeInlineASMColon: OnlyMultiline | ||
BreakBeforeTernaryOperators: true | ||
BreakConstructorInitializers: BeforeComma | ||
BreakInheritanceList: BeforeComma | ||
BreakStringLiterals: true | ||
ColumnLimit: 119 | ||
CommentPragmas: '^ COMMENT pragma:' | ||
CompactNamespaces: false | ||
ConstructorInitializerIndentWidth: 4 | ||
ContinuationIndentWidth: 4 | ||
Cpp11BracedListStyle: true | ||
DerivePointerAlignment: false | ||
EmptyLineAfterAccessModifier: Never | ||
EmptyLineBeforeAccessModifier: Always | ||
ExperimentalAutoDetectBinPacking: false | ||
FixNamespaceComments: true | ||
IncludeBlocks: Regroup | ||
IncludeIsMainRegex: '(Test)?$' | ||
IncludeIsMainSourceRegex: '' | ||
IndentAccessModifiers: false | ||
IndentCaseBlocks: true | ||
IndentCaseLabels: false | ||
IndentExternBlock: AfterExternBlock | ||
IndentGotoLabels: true | ||
IndentPPDirectives: AfterHash | ||
IndentRequiresClause: false | ||
IndentWidth: 4 | ||
IndentWrappedFunctionNames: false | ||
InsertBraces: false | ||
InsertNewlineAtEOF: true | ||
IntegerLiteralSeparator: | ||
Binary: 4 | ||
Decimal: 3 | ||
DecimalMinDigits: 7 | ||
Hex: 4 | ||
KeepEmptyLinesAtTheStartOfBlocks: false | ||
LambdaBodyIndentation: Signature | ||
LineEnding: DeriveLF | ||
MacroBlockBegin: '' | ||
MacroBlockEnd: '' | ||
MaxEmptyLinesToKeep: 2 | ||
NamespaceIndentation: All | ||
PackConstructorInitializers: CurrentLine | ||
PenaltyBreakAssignment: 2 | ||
PenaltyBreakBeforeFirstCallParameter: 19 | ||
PenaltyBreakComment: 300 | ||
PenaltyBreakFirstLessLess: 120 | ||
PenaltyBreakOpenParenthesis: 0 # default made explicit here | ||
PenaltyBreakString: 1000 | ||
PenaltyBreakTemplateDeclaration: 10 | ||
PenaltyExcessCharacter: 1000000 | ||
PenaltyIndentedWhitespace: 0 # default made explicit here | ||
PenaltyReturnTypeOnItsOwnLine: 1000 | ||
PointerAlignment: Left | ||
PPIndentWidth: -1 # follow IndentWidth | ||
QualifierAlignment: Custom | ||
QualifierOrder: ['friend', 'static', 'inline', 'constexpr', 'type', 'const', 'volatile', 'restrict'] | ||
ReferenceAlignment: Pointer # follow PointerAlignment | ||
ReflowComments: true | ||
RemoveBracesLLVM: false | ||
RemoveSemicolon: false | ||
RequiresClausePosition: WithPreceding | ||
RequiresExpressionIndentation: OuterScope | ||
ShortNamespaceLines: 0 | ||
SortIncludes: true | ||
SortUsingDeclarations: Lexicographic | ||
SeparateDefinitionBlocks: Always | ||
SpaceAfterCStyleCast: true | ||
SpaceAfterLogicalNot: false | ||
SpaceAfterTemplateKeyword: false | ||
SpaceAroundPointerQualifiers: Default # follow PointerAlignment | ||
SpaceBeforeAssignmentOperators: true | ||
SpaceBeforeCaseColon: false | ||
SpaceBeforeCpp11BracedList: false | ||
SpaceBeforeCtorInitializerColon: true | ||
SpaceBeforeInheritanceColon: true | ||
SpaceBeforeParens: Never | ||
SpaceBeforeRangeBasedForLoopColon: true | ||
SpaceBeforeSquareBrackets: false | ||
SpaceInEmptyBlock: false | ||
SpaceInEmptyParentheses: false | ||
SpacesBeforeTrailingComments: 1 | ||
SpacesInAngles: false | ||
SpacesInConditionalStatement: false | ||
SpacesInContainerLiterals: false | ||
SpacesInCStyleCastParentheses: false | ||
SpacesInLineCommentPrefix: | ||
Minimum: 1 | ||
Maximum: -1 | ||
SpacesInParentheses: false | ||
SpacesInSquareBrackets: false | ||
TabWidth: 4 | ||
UseCRLF: false | ||
UseTab: Never | ||
|
||
# Project specific options | ||
#AttributeMacros: [] | ||
#ForEachMacros: [] | ||
#IfMacros: [] | ||
IncludeCategories: | ||
# Local headers (in "") above all else | ||
- Regex: '"([A-Za-z0-9.\/-_])+"' | ||
Priority: 1 | ||
# "alpaka/foo.hpp" after local headers (occur inside alpaka) | ||
- Regex: '"alpaka/([A-Za-z0-9.\/-_])+"' | ||
Priority: 2 | ||
# <alpaka/foo.hpp> after local headers (occur outside alpaka in examples and test) | ||
- Regex: '<alpaka/([A-Za-z0-9.\/-_])+>' | ||
Priority: 3 | ||
# C++ standard library headers are the last group to be included | ||
- Regex: '<([A-Za-z0-9\/-_])+>' | ||
Priority: 5 | ||
# Includes that made it this far are third-party headers and will be placed | ||
# below alpaka's includes | ||
- Regex: '<([A-Za-z0-9.\/-_])+>' | ||
Priority: 4 | ||
# Macros: [] | ||
# NamespaceMacros: [] | ||
StatementAttributeLikeMacros: | ||
- 'ALPAKA_DEVICE_VOLATILE' | ||
- 'ALPAKA_FN_ACC' | ||
- 'ALPAKA_FN_EXTERN' | ||
- 'ALPAKA_FN_HOST' | ||
- 'ALPAKA_FN_HOST_ACC' | ||
- 'ALPAKA_FN_INLINE' | ||
- 'ALPAKA_STATIC_ACC_MEM_CONSTANT' | ||
- 'ALPAKA_STATIC_ACC_MEM_GLOBAL' | ||
- 'ALPAKA_UNROLL' | ||
- 'ALPAKA_VECTORIZE_HINT' | ||
#StatementMacros: [] | ||
#TypenameMacros: [] | ||
#WhitespaceSensitiveMacros: [] | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# SPDX-License-Identifier: MPL-2.0 | ||
|
||
.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,202 @@ | ||
# | ||
# Copyright 2023 Benjamin Worpitz, René Widera, Bernhard Manfred Gruber, Jan Stephan, Simeon Ehrig | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# | ||
|
||
name: Continuous Integration | ||
|
||
on: [push, pull_request] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} | ||
cancel-in-progress: true | ||
|
||
################################################################################ | ||
# NOTE: Testing the full matrix is not practical. | ||
# Therefore we aim to have each value been set in at lest one job. | ||
# CXX : {g++, clang++} | ||
# [g++] ALPAKA_CI_GCC_VER : {9, 10, 11, 12, 13} | ||
# [clang++] ALPAKA_CI_CLANG_VER : {9, 10, 11, 12, 13, 14} | ||
# [cl.exe] ALPAKA_CI_CL_VER : {2022} | ||
# ALPAKA_CI_STDLIB : {libstdc++, [CXX==clang++]:libc++} | ||
# CMAKE_BUILD_TYPE : {Debug, Release} | ||
# alpaka_CI : {GITHUB} | ||
# ALPAKA_CI_DOCKER_BASE_IMAGE_NAME : {ubuntu:20.04, ubuntu:22.04} | ||
# ALPAKA_BOOST_VERSION : {1.74.0, 1.75.0, 1.76.0, 1.77.0, 1.78.0, 1.79.0, 1.80.0, 1.81.0, 1.82.0} | ||
# ALPAKA_CI_CMAKE_VER : {3.22.6, 3.23.5, 3.24.4, 3.25.3, 3.26.4} | ||
# ALPAKA_CI_XCODE_VER : {13.2.1, 14.2} | ||
# ALPAKA_CI_SANITIZERS : {ASan, UBsan, TSan} | ||
# TSan is not currently used because it produces many unexpected errors | ||
# ALPAKA_CI_ANALYSIS : {ON, OFF} | ||
# alpaka_DEBUG : {0, 1, 2} | ||
# alpaka_ACC_GPU_CUDA_ONLY_MODE : {ON, OFF} | ||
# alpaka_ACC_GPU_HIP_ONLY_MODE : {ON, OFF} | ||
# alpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE : {ON, OFF} | ||
# alpaka_ACC_CPU_B_SEQ_T_THREADS_ENABLE : {ON, OFF} | ||
# alpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE : {ON, OFF} | ||
# [ON] OMP_NUM_THREADS : {1, 2, 3, 4} | ||
# alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE : {ON, OFF} | ||
# [ON] OMP_NUM_THREADS : {1, 2, 3, 4} | ||
# alpaka_ACC_ANY_BT_OMP5_ENABLE : {ON, OFF} | ||
# [ON] OMP_NUM_THREADS : {1, 2, 3, 4} | ||
# alpaka_ACC_GPU_CUDA_ENABLE : {ON, OFF} | ||
# [ON] ALPAKA_CI_CUDA_VERSION : {11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6} | ||
# [ON] CMAKE_CUDA_COMPILER : {nvcc, [CXX==clang++]:clang++} | ||
# alpaka_ACC_CPU_B_TBB_T_SEQ_ENABLE : {ON, OFF} | ||
# alpaka_ACC_GPU_HIP_ENABLE : {ON, OFF} | ||
# [ON] ALPAKA_CI_HIP_BRANCH : {rocm-4.2} | ||
# alpaka_USE_MDSPAN : {OFF, FETCH, SYSTEM} | ||
|
||
# if you add/remove any CI variable, also update docker_ci.sh | ||
env: | ||
alpaka_CI: GITHUB | ||
ALPAKA_CI_BUILD_JOBS: 2 | ||
TBB_ROOT: ${{ github.workspace }}/tbb | ||
BOOST_ROOT: ${{ github.workspace }}/boost | ||
ALPAKA_CI_BOOST_LIB_DIR: ${{ github.workspace }}/boost_libs | ||
ALPAKA_CI_CMAKE_DIR: ${{ github.workspace }}/CMake | ||
ALPAKA_CI_CUDA_DIR: ${{ github.workspace }}/CUDA | ||
ALPAKA_CI_HIP_ROOT_DIR: ${{ github.workspace }}/hip | ||
ALPAKA_CI_SANITIZERS: "" | ||
ALPAKA_CI_ANALYSIS: OFF | ||
ALPAKA_CI_ONEAPI_VERSION: 2023.2.0 | ||
ALPAKA_CI_TBB_VERSION: 2021.10.0 | ||
ALPAKA_CI_RUN_TESTS: ON | ||
alpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE: ON | ||
alpaka_ACC_CPU_B_SEQ_T_THREADS_ENABLE: ON | ||
alpaka_ACC_CPU_B_TBB_T_SEQ_ENABLE: ON | ||
alpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE: ON | ||
alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE: ON | ||
alpaka_ACC_ANY_BT_OMP5_ENABLE: OFF | ||
alpaka_ACC_GPU_CUDA_ENABLE: OFF | ||
alpaka_ACC_GPU_CUDA_ONLY_MODE: OFF | ||
alpaka_ACC_GPU_HIP_ENABLE: OFF | ||
alpaka_ACC_GPU_HIP_ONLY_MODE: OFF | ||
alpaka_USE_MDSPAN: OFF | ||
alpaka_ENABLE_WERROR: ON | ||
CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/_install | ||
|
||
jobs: | ||
clang-format: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: DoozyX/[email protected] | ||
with: | ||
clangFormatVersion: 16 | ||
exclude: './thirdParty' | ||
inplace: True | ||
- run: | | ||
git diff --exit-code > format.patch | ||
- uses: actions/upload-artifact@v3 | ||
if: failure() | ||
with: | ||
name: format.patch | ||
path: format.patch | ||
|
||
ci: | ||
needs: clang-format | ||
name: ${{ matrix.name }} | ||
runs-on: ${{ matrix.os }} | ||
env: ${{ matrix.env }} | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
include: | ||
### Analysis builds | ||
- name: linux_clang-14_cuda-11.2_debug_analysis | ||
os: ubuntu-20.04 | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_CLANG_VER: 14, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.79.0, ALPAKA_CI_CMAKE_VER: 3.23.5, OMP_NUM_THREADS: 4, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:20.04", ALPAKA_CI_ANALYSIS: ON, ALPAKA_CI_RUN_TESTS: OFF, alpaka_DEBUG: 1, alpaka_ACC_GPU_CUDA_ENABLE: ON, ALPAKA_CI_CUDA_VERSION: "11.2", CMAKE_CUDA_COMPILER: clang++, alpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE: OFF, alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE: OFF} | ||
- name: windows_cl-2022_debug_analysis | ||
os: windows-2022 | ||
env: {CXX: cl.exe, CC: cl.exe, ALPAKA_CI_CL_VER: 2022, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.78.0, ALPAKA_CI_CMAKE_VER: 3.23.5, ALPAKA_CI_ANALYSIS: ON, alpaka_DEBUG: 2} | ||
- name: macos_xcode-14.2_debug_analysis | ||
os: macos-12 | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_XCODE_VER: 14.2, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.81.0, ALPAKA_CI_ANALYSIS: ON, alpaka_DEBUG: 2, alpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE: ON, alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE: ON, ALPAKA_CI_BUILD_JOBS: 3} | ||
- name: linux_gcc-12_debug_analysis | ||
os: ubuntu-22.04 | ||
env: {CXX: g++, CC: gcc, ALPAKA_CI_GCC_VER: 12, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.80.0, ALPAKA_CI_CMAKE_VER: 3.23.5, OMP_NUM_THREADS: 4, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:22.04", ALPAKA_CI_ANALYSIS: ON, alpaka_DEBUG: 2} | ||
|
||
### macOS | ||
- name: macos_xcode-14.2_release | ||
os: macos-12 | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_XCODE_VER: 14.2, CMAKE_BUILD_TYPE: Release, ALPAKA_BOOST_VERSION: 1.81.0, alpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE: ON, alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE: ON, ALPAKA_CI_BUILD_JOBS: 3} | ||
- name: macos_xcode-14.3.1_debug | ||
os: macos-13 | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_XCODE_VER: 14.3.1, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.82.0, alpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE: ON, alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE: ON, ALPAKA_CI_BUILD_JOBS: 3} | ||
|
||
### Windows | ||
- name: windows_cl-2022_release | ||
os: windows-2022 | ||
env: {CXX: cl.exe, CC: cl.exe, ALPAKA_CI_CL_VER: 2022, CMAKE_BUILD_TYPE: Release, ALPAKA_BOOST_VERSION: 1.79.0, ALPAKA_CI_CMAKE_VER: 3.24.4, OMP_NUM_THREADS: 1} | ||
- name: windows_cl-2022_debug | ||
os: windows-2022 | ||
env: {CXX: cl.exe, CC: cl.exe, ALPAKA_CI_CL_VER: 2022, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.80.0, ALPAKA_CI_CMAKE_VER: 3.25.1, OMP_NUM_THREADS: 4, alpaka_ACC_CPU_B_TBB_T_SEQ_ENABLE: OFF, alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE: OFF} | ||
|
||
## CUDA 12.1 | ||
# nvcc + MSVC | ||
# - name: windows_nvcc-12.1_cl-2022_release_cuda-only | ||
# os: windows-2022 | ||
# env: {CXX: cl.exe, CC: cl.exe, ALPAKA_CI_CL_VER: 2022, CMAKE_BUILD_TYPE: Release, ALPAKA_BOOST_VERSION: 1.81.0, ALPAKA_CI_CMAKE_VER: 3.24.4, ALPAKA_CI_RUN_TESTS: OFF, alpaka_ACC_GPU_CUDA_ENABLE: ON, ALPAKA_CI_CUDA_VERSION: "12.1", CMAKE_CUDA_ARCHITECTURES: "50;90", alpaka_ACC_GPU_CUDA_ONLY_MODE: ON, alpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE: OFF, alpaka_ACC_CPU_B_SEQ_T_THREADS_ENABLE: OFF, alpaka_ACC_CPU_B_TBB_T_SEQ_ENABLE: OFF, alpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE: OFF, alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE: OFF} | ||
# - name: windows_nvcc-12.1_cl-2022_debug | ||
# os: windows-2022 | ||
# env: {CXX: cl.exe, CC: cl.exe, ALPAKA_CI_CL_VER: 2022, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.78.0, ALPAKA_CI_CMAKE_VER: 3.25.1, ALPAKA_CI_RUN_TESTS: OFF, alpaka_ACC_GPU_CUDA_ENABLE: ON, ALPAKA_CI_CUDA_VERSION: "12.1", alpaka_ACC_CPU_BT_OMP5_ENABLE: OFF, alpaka_ACC_CPU_B_TBB_T_SEQ_ENABLE: OFF} | ||
|
||
### Ubuntu | ||
## native | ||
# g++ | ||
# We can not enable UBSan when using gcc because it does not have a -fsanitize-blacklist option to suppress errors in boost etc. | ||
# gcc 7 ASan introduced 'stack-use-after-scope' which is triggered by GOMP_parallel | ||
# TODO: keep jobs until GitLab CI supports: | ||
# - disable CMAKE_CXX_EXTENSIONS=OFF | ||
# - Ubuntu 22.04 | ||
- name: linux_gcc-9_debug | ||
os: ubuntu-20.04 | ||
env: {CXX: g++, CC: gcc, ALPAKA_CI_GCC_VER: 9, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.74.0, ALPAKA_CI_CMAKE_VER: 3.22.6, OMP_NUM_THREADS: 4, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:20.04", CMAKE_CXX_EXTENSIONS: OFF} | ||
- name: linux_gcc-12_release_c++20 | ||
os: ubuntu-22.04 | ||
env: {CXX: g++, CC: gcc, ALPAKA_CI_GCC_VER: 12, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Release, ALPAKA_BOOST_VERSION: 1.80.0, ALPAKA_CI_CMAKE_VER: 3.24.4, OMP_NUM_THREADS: 2, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:22.04", alpaka_CXX_STANDARD: 20, alpaka_USE_MDSPAN: "FETCH"} | ||
- name: linux_gcc-13_debug | ||
os: ubuntu-22.04 | ||
env: {CXX: g++, CC: gcc, ALPAKA_CI_GCC_VER: 13, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.82.0, ALPAKA_CI_CMAKE_VER: 3.26.4, OMP_NUM_THREADS: 2, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:22.04"} | ||
|
||
# TODO: keep jobs until GitLab CI supports: | ||
# - disable CMAKE_CXX_EXTENSIONS=OFF | ||
# - Ubuntu 22.04 | ||
# - libc++ | ||
# - sanitizer jobs | ||
# clang++ | ||
- name: linux_clang-10_release | ||
os: ubuntu-20.04 | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_CLANG_VER: 10, ALPAKA_CI_STDLIB: libc++, CMAKE_BUILD_TYPE: Release, ALPAKA_BOOST_VERSION: 1.75.0, ALPAKA_CI_CMAKE_VER: 3.23.5, OMP_NUM_THREADS: 4, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:20.04", alpaka_ACC_CPU_B_TBB_T_SEQ_ENABLE: OFF, CMAKE_CXX_EXTENSIONS: OFF} | ||
# clang-11 tested in GitLab CI | ||
- name: linux_clang-12_release | ||
os: ubuntu-20.04 | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_CLANG_VER: 12, ALPAKA_CI_STDLIB: libc++, CMAKE_BUILD_TYPE: Release, ALPAKA_BOOST_VERSION: 1.77.0, ALPAKA_CI_CMAKE_VER: 3.24.4, OMP_NUM_THREADS: 4, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:20.04", alpaka_ACC_CPU_B_TBB_T_SEQ_ENABLE: OFF, CMAKE_CXX_EXTENSIONS: OFF} | ||
- name: linux_clang-13_debug | ||
os: ubuntu-22.04 | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_CLANG_VER: 13, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.79.0, ALPAKA_CI_CMAKE_VER: 3.23.5, OMP_NUM_THREADS: 3, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:20.04", CMAKE_CXX_EXTENSIONS: OFF} | ||
- name: linux_clang-16_debug_ubsan | ||
os: ubuntu-latest | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_CLANG_VER: 16, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.77.0, ALPAKA_CI_CMAKE_VER: 3.23.5, OMP_NUM_THREADS: 4, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:22.04", CMAKE_CXX_EXTENSIONS: OFF, ALPAKA_CI_SANITIZERS: UBSan} | ||
- name: linux_clang-16_debug_tsan | ||
os: ubuntu-latest | ||
env: {CXX: clang++, CC: clang, ALPAKA_CI_CLANG_VER: 16, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Debug, ALPAKA_BOOST_VERSION: 1.77.0, ALPAKA_CI_CMAKE_VER: 3.23.5, OMP_NUM_THREADS: 4, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:22.04", alpaka_ACC_CPU_B_OMP2_T_SEQ_ENABLE: OFF, alpaka_ACC_CPU_B_SEQ_T_OMP2_ENABLE: OFF, alpaka_ACC_CPU_B_TBB_T_SEQ_ENABLE: OFF, CMAKE_CXX_EXTENSIONS: OFF, ALPAKA_CI_SANITIZERS: TSan} | ||
|
||
steps: | ||
- name: check filter | ||
if: (contains(github.event.head_commit.message, 'ci_filter') && !contains(github.event.head_commit.message, matrix.name )) | ||
run: exit 1 | ||
- uses: actions/checkout@v3 | ||
- name: build + test | ||
if: (runner.os == 'Windows') | ||
env: | ||
ALPAKA_CI_OS_NAME: ${{runner.os}} | ||
shell: bash | ||
run: cd ${GITHUB_WORKSPACE} && ./script/ci.sh | ||
- name: build + test | ||
if: (runner.os == 'Linux' || runner.os == 'macOS') | ||
env: | ||
ALPAKA_CI_OS_NAME: ${{runner.os}} | ||
run: cd ${GITHUB_WORKSPACE} && ./script/ci.sh |
Oops, something went wrong.