-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* switch to C++ - update docuemntation - update CI tests - remove HIP 5.X - remove CUDA 11.X - remove GCC9 - set in all CMake files the C++ standard to C++20 * change required CMake to 3.25+ * fix CI compile issues - `boost::call_traits` run into compile issues when using clang 18 and cuda 12.1 and boost 1.77 - fix `CONST_VECTOR` - for clang CUDA the guard macros was wrongly set * Squashed 'thirdParty/mallocMC/' changes from 89c9597c91..8624e978e8 8624e978e8 Merge pull request #276 from chillenzer/fix-submodules 209ac2ff50 Fix submodules 127b29fabb Merge pull request #271 from chillenzer/topic-flatterScatter 7846a36fc7 Add submodule to CI 42a96e94ae Remove redundant memset 36e91a9dcf Update license headers 660ad4fffd Minor adjustments to CI 7665162fa1 Update CMakeLists.txt including version bump for Catch2 10221ebded Add catch2 as submodule 8115fc93c6 Update tests 8485629cf2 Update examples 4d0b90b6fc Update LICENSE, README and Usage 745cb2a333 Add FlatterScatter 0bdd7b5117 Run clang-format 2596432b50 Update utils e8529c4575 Update XMallocSIMD d752602f19 Update old creation policies 4058862dcc Update device_allocator.hpp b48b750431 Update allocator.hpp 76c4f46a61 Merge pull request #270 from chillenzer/update-before-flatterscatter 363090535e Merge pull request #269 from chillenzer/update-zenodo 16c5d0de5b Run clang-format 61154b1098 Update utils 0b69f038ff Update XMallocSIMD 79c1962f99 Update old creation policies 4a6a444911 Update device_allocator.hpp 2a9e806119 Update allocator.hpp 1fc71c5294 Update .zenodo.json f6af760bd7 Merge pull request #268 from chillenzer/update-tooling 8c897de3d4 Merge pull request #267 from chillenzer/update-clang-format 8a1281a0bb Update .gitignore 14ef1ec4c0 Minor tweaks in github action e7450d9f44 Clean and add to .clang-tidy fbefa18015 Run clang-format 1fea13bb87 Copy .clang-format from alpaka 29d275791d Merge pull request #266 from chillenzer/add-pre-commit bd28b52b32 Remove outdated enforce-ascii from pre-commit config 66a7d41914 Add pre-commit lite action 85a1e480b1 Run pre-commit ff530bb0b5 Add .pre-commit-config.yaml 486a2956d0 Merge pull request #264 from chillenzer/bump-C++20 602e95db5f Bump C++ version to 20 0b9231a754 Merge pull request #263 from chillenzer/alpaka-1.2.0 fa52618c4f Run clang-format c9c5ae94e4 Bump version of clang-format, its action and checkout 25f42e3aea Update alpaka version number in INSTALL.md 1e6f75bbf8 Merge commit '30ee4f3ab8d7e42ef20cb5495cc3a94b15193abb' as 'alpaka' 30ee4f3ab8 Squashed 'alpaka/' content from commit fe9436d5 4513a7a81c Remove alpaka to pull the latest release 2689825301 LICENSE file remove C-comment (#262) 7bf50bf587 Bump version to 3.0.0 (#261) REVERT: 89c9597c91 Release 2.6.0 (#260) git-subtree-dir: thirdParty/mallocMC git-subtree-split: 8624e978e87644ee7c59f66a3c242aa969c01fc0 * CI: remove HIP (temporary) Remove testing HIP because the container environment with ubuntu 20.04 is not C++20 ready. libstdc++ is not supporting C++20 and using libc++ from clang is not possible. --------- Co-authored-by: Third Party <[email protected]>
- Loading branch information
1 parent
74990f4
commit f7b5239
Showing
73 changed files
with
6,215 additions
and
20,187 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.