-
Notifications
You must be signed in to change notification settings - Fork 9
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
2045 Switch default builds to C++17 and remove old CUDA build #2047
2045 Switch default builds to C++17 and remove old CUDA build #2047
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2047 +/- ##
===========================================
- Coverage 84.45% 84.43% -0.03%
===========================================
Files 730 729 -1
Lines 25842 25832 -10
===========================================
- Hits 21825 21811 -14
- Misses 4017 4021 +4
|
A bunch of warnings promoted to errors in
|
Regarding the |
Yes, regex is not expecting the |
d21633d
to
371c391
Compare
This might be worth investigating, but on the other hand the log is also littered with:
Can we drop |
On the other hand,
|
For The clang 5 failure in worker will go away when the removal PR is merged |
371c391
to
2490172
Compare
Fixes #2045