Skip to content
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
merged 4 commits into from
Sep 30, 2024

Conversation

SimeonEhrig
Copy link
Member

hopefully there is nothing to do because @fwyzard already fixed several Clang 18 and 19 problems during PR #2368

With clang 18 the interface for `__popc` changed.
```
/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>)
```
- intermediate solution
- bugs looks solvable, but there is not time yet
@psychocoderHPC psychocoderHPC merged commit 3efff23 into alpaka-group:develop Sep 30, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants