Closed
Conversation
f1c495c to
5e89cfc
Compare
f30853a to
715758b
Compare
0c23bf5 to
9c9d6fa
Compare
Out of the many C++14 `constexpr` constructs, one does not compile with NVCC - even when using `-std=c++14 --expt-relaxed-constexpr`. Seen with all versions of NVCC so far (latest tests with 10.1 and 10.2).
9c9d6fa to
443d945
Compare
Contributor
Author
|
@mpark CI seams to fail in |
Contributor
|
So, I think that #73 may fix this. You should take a look. Simplifying all-not to not-any seems to do the trick. |
Owner
Contributor
Author
|
Thanks for the hint, I'll try to test this these days again. |
Contributor
|
I was unable to figure out why CI would fail on #73 myself. I didn’t try to fix it since it had been mentioned CI was failing in master anyways. |
Owner
|
The configs for which the CI is failing is due to libc++ tests failures, from not having implemented https://wg21.link/P0608 yet. I'm working on fixing it. |
Contributor
Author
|
Fixed by #73 as well, closing in favour of it :) |
This file contains hidden or 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
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.
Out of the many C++14
constexprconstructs, one does not compile with NVCC - even when using-std=c++14 --expt-relaxed-constexpr.Seen with all versions of NVCC so far (latest tests with 10.1 and 10.2), occurs even if simply included for host-side code.
Fix #70
Update: uh, it helps to replace the brackets with an explicit constructor of an initializer list :)does not work