-
Notifications
You must be signed in to change notification settings - Fork 900
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
Updating Clang Version to 11.0.0 #6695
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #6695 +/- ##
===============================================
Coverage ? 10.64%
===============================================
Files ? 109
Lines ? 18654
Branches ? 0
===============================================
Hits ? 1985
Misses ? 16669
Partials ? 0 Continue to review full report at Codecov.
|
@codereport should we push this to 0.18? |
Yep, let's do that. |
@codereport maybe we can get to this in 0.19. |
Yea sorry, this has been on the back burner. Will be one of my focuses in .19 |
@codereport we're missing a really great opportunity to title this PR “Turn Clang up to 11” |
rerun tests |
1 similar comment
rerun tests |
Follow up PR to: rapidsai/cudf#6695. Performing the same changes but for `rapidsai/rmm` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Rong Ou (https://github.com/rongou) - Christopher Harris (https://github.com/cwharris) - Dillon Cullinan (https://github.com/dillon-cullinan) URL: #814
Follow up PR to: rapidsai/cudf#6695. Performing the same changes but for `rapidsai/cuspatial` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Dillon Cullinan (https://github.com/dillon-cullinan) - H. Thomson Comer (https://github.com/thomcom) URL: #426
@gpucibot merge |
Follow up PR to: rapidsai/cudf#6695. Performing the same changes but for `rapidsai/cugraph` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Dillon Cullinan (https://github.com/dillon-cullinan) - Chuck Hastings (https://github.com/ChuckHastings) URL: #1688
Follow up PR to: rapidsai/cudf#6695. Performing the same changes but for `rapidsai/cuml` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - William Hicks (https://github.com/wphicks) - AJ Schmidt (https://github.com/ajschmidt8) - Robert Maynard (https://github.com/robertmaynard) - Dante Gama Dessavre (https://github.com/dantegd) URL: #4029
Follow up PR to: rapidsai/cudf#6695. Performing the same changes but for `rapidsai/cuml` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - William Hicks (https://github.com/wphicks) - AJ Schmidt (https://github.com/ajschmidt8) - Robert Maynard (https://github.com/robertmaynard) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4029
This resolves: #5187
PR description copied from: rapidsai/cuml#3121
Depends on: rapidsai/integration#304
This PR will upgrade the clang version required to 11.0.0 in order to enable us with running clang-tidy on .cu files, while running on cuda v11. See rapidsai/raft#88 for more details.
CI will not pass as the underlying conda-env still uses 8.0.1. Once we have the rapids-build-env meta package updated, this should pass.
Fixes from Clang 8.0.1 to Clang 11.0.0 (that are observed in delta)
To do list: