-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support Clang 18 and 19 #2387
Merged
psychocoderHPC
merged 4 commits into
alpaka-group:develop
from
SimeonEhrig:supportClang18_19
Sep 30, 2024
Merged
support Clang 18 and 19 #2387
psychocoderHPC
merged 4 commits into
alpaka-group:develop
from
SimeonEhrig:supportClang18_19
Sep 30, 2024
Conversation
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
SimeonEhrig
force-pushed
the
supportClang18_19
branch
from
September 18, 2024 08:16
6c2f8c0
to
fa4adc3
Compare
SimeonEhrig
force-pushed
the
supportClang18_19
branch
from
September 24, 2024 08:07
fa4adc3
to
9f6d144
Compare
With clang 18 the interface for `__popc` changed.
psychocoderHPC
force-pushed
the
supportClang18_19
branch
from
September 24, 2024 08:38
3a82473
to
941e45c
Compare
SimeonEhrig
commented
Sep 25, 2024
psychocoderHPC
force-pushed
the
supportClang18_19
branch
from
September 25, 2024 06:13
496e379
to
dcaf4d5
Compare
``` /builds/hzdr/crp/alpaka/test/unit/mem/view/src/ViewPlainPtrTest.cpp:112:1: error: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Werror,-Wc++20-extensions] 112 | TEMPLATE_TEST_CASE("createView", "[memView]", (std::array<float, 4>), std::vector<float>) ```
psychocoderHPC
force-pushed
the
supportClang18_19
branch
from
September 25, 2024 06:15
dcaf4d5
to
41cc41a
Compare
SimeonEhrig
force-pushed
the
supportClang18_19
branch
from
September 27, 2024 06:32
c0a07d6
to
0e80212
Compare
- intermediate solution - bugs looks solvable, but there is not time yet
SimeonEhrig
force-pushed
the
supportClang18_19
branch
from
September 27, 2024 06:35
0e80212
to
4e6eb70
Compare
psychocoderHPC
approved these changes
Sep 30, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
hopefully there is nothing to do because @fwyzard already fixed several Clang 18 and 19 problems during PR #2368