-
Notifications
You must be signed in to change notification settings - Fork 10
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
Check PIKA_WITH_CXX_STANDARD
and CMAKE_CUDA_STANDARD
compatibility only when building pika itself
#396
Merged
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
bors try |
aurianer
approved these changes
Aug 22, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
tryBuild failed: |
msimberg
force-pushed
the
relax-cmake_cuda_standard-check
branch
from
August 23, 2022 08:30
91878a1
to
77833bf
Compare
bors merge |
Performance test reportpika PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
…hen building pika itself
msimberg
force-pushed
the
relax-cmake_cuda_standard-check
branch
from
August 23, 2022 09:59
77833bf
to
52c6bbe
Compare
Canceled. |
bors merge |
bors bot
added a commit
that referenced
this pull request
Aug 23, 2022
377: Clean up `algorithms` module part 1 r=msimberg a=msimberg Part of #16. Moves some functionality in `algorithms` into detail, but not all. Concatenates nested namespaces (and I found out about https://clang.llvm.org/extra/clang-tidy/checks/modernize/concat-nested-namespaces.html, which I think we can enable in the clang-tidy config). There's so much to change in the algorithms module that I'm leaving this PR in the current stage except for build errors and continuing in a separate PR once this is in. 396: Check `PIKA_CUDA_STANDARD` and `CMAKE_CUDA_STANDARD` compatibility only when building pika itself r=msimberg a=msimberg Also, don't set `CMAKE_CUDA_STANDARD` when finding pika (`cuda_std_xx` is meant to ensure that at least a minimum standard is available). Closes #392. Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
Build failed (retrying...): |
bors bot
added a commit
that referenced
this pull request
Aug 23, 2022
396: Check `PIKA_CUDA_STANDARD` and `CMAKE_CUDA_STANDARD` compatibility only when building pika itself r=msimberg a=msimberg Also, don't set `CMAKE_CUDA_STANDARD` when finding pika (`cuda_std_xx` is meant to ensure that at least a minimum standard is available). Closes #392. Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
Build failed: |
bors merge |
bors bot
added a commit
that referenced
this pull request
Aug 23, 2022
396: Check `PIKA_CUDA_STANDARD` and `CMAKE_CUDA_STANDARD` compatibility only when building pika itself r=msimberg a=msimberg Also, don't set `CMAKE_CUDA_STANDARD` when finding pika (`cuda_std_xx` is meant to ensure that at least a minimum standard is available). Closes #392. Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
Build failed: |
bors merge |
msimberg
changed the title
Check
Check Sep 6, 2022
PIKA_CUDA_STANDARD
and CMAKE_CUDA_STANDARD
compatibility only when building pika itselfPIKA_WITH_CXX_STANDARD
and CMAKE_CUDA_STANDARD
compatibility only when building pika itself
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Also, don't set
CMAKE_CUDA_STANDARD
when finding pika (cuda_std_xx
is meant to ensure that at least a minimum standard is available). Closes #392.