-
Notifications
You must be signed in to change notification settings - Fork 928
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
Use east const in benchmarks files #13491
Merged
rapids-bot
merged 11 commits into
rapidsai:branch-23.08
from
karthikeyann:fix-east_const4
Jul 13, 2023
Merged
Use east const in benchmarks files #13491
rapids-bot
merged 11 commits into
rapidsai:branch-23.08
from
karthikeyann:fix-east_const4
Jul 13, 2023
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
ttnghia
approved these changes
Jun 1, 2023
This was referenced Jun 1, 2023
rapids-bot bot
pushed a commit
that referenced
this pull request
Jun 6, 2023
Use east const in _cpp/tests/_ files used clang-format `QualifierAlignment: Right` to do the clean up. since https://clang.llvm.org/docs/ClangFormatStyleOptions.html#qualifieralignment has warning that `Setting QualifierAlignment to something other than Leave, COULD lead to incorrect code formatting due to incorrect decisions made due to clang-formats lack of complete semantic information. As such extra care should be taken to review code changes made by the use of this option.` So it's not added to .clang-format Split to multiple PRs for easy reviewing #13491, #13492, #13493, #13494 Authors: - Karthikeyan (https://github.com/karthikeyann) Approvers: - Nghia Truong (https://github.com/ttnghia) - Mark Harris (https://github.com/harrism) URL: #13492
rapids-bot bot
pushed a commit
that referenced
this pull request
Jun 10, 2023
Use east const in _cpp/src/_ files used clang-format `QualifierAlignment: Right` to do the clean up. since https://clang.llvm.org/docs/ClangFormatStyleOptions.html#qualifieralignment has warning that `Setting QualifierAlignment to something other than Leave, COULD lead to incorrect code formatting due to incorrect decisions made due to clang-formats lack of complete semantic information. As such extra care should be taken to review code changes made by the use of this option.` So it's not added to .clang-format Split to multiple PRs for easy reviewing #13491, #13492, #13493, #13494 Authors: - Karthikeyan (https://github.com/karthikeyann) Approvers: - Nghia Truong (https://github.com/ttnghia) - Vukasin Milovanovic (https://github.com/vuule) URL: #13493
rapids-bot bot
pushed a commit
that referenced
this pull request
Jun 14, 2023
Use east const in _cpp/include/_ files used clang-format `QualifierAlignment: Right` to do the clean up. since https://clang.llvm.org/docs/ClangFormatStyleOptions.html#qualifieralignment has warning that `Setting QualifierAlignment to something other than Leave, COULD lead to incorrect code formatting due to incorrect decisions made due to clang-formats lack of complete semantic information. As such extra care should be taken to review code changes made by the use of this option.` So it's not added to .clang-format Split to multiple PRs for easy reviewing #13491, #13492, #13493, #13494 Authors: - Karthikeyan (https://github.com/karthikeyann) - Nghia Truong (https://github.com/ttnghia) Approvers: - Nghia Truong (https://github.com/ttnghia) - Yunsong Wang (https://github.com/PointKernel) - Vyas Ramasubramani (https://github.com/vyasr) URL: #13494
bdice
approved these changes
Jul 13, 2023
/merge |
3 tasks
rapids-bot bot
pushed a commit
that referenced
this pull request
Jan 23, 2024
This PR documents the libcudf preference for "east const." Follow-up from #13491, #13492, #13493, #13494. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - David Wendt (https://github.com/davidwendt) - Nghia Truong (https://github.com/ttnghia) - Yunsong Wang (https://github.com/PointKernel) URL: #14836
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3 - Ready for Review
Ready for review by team
improvement
Improvement / enhancement to an existing function
libcudf
Affects libcudf (C++/CUDA) code.
non-breaking
Non-breaking change
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.
Description
Use east const in cpp/benchmarks/ files
used clang-format
QualifierAlignment: Right
to do the clean up.since https://clang.llvm.org/docs/ClangFormatStyleOptions.html#qualifieralignment has warning that
Setting QualifierAlignment to something other than Leave, COULD lead to incorrect code formatting due to incorrect decisions made due to clang-formats lack of complete semantic information. As such extra care should be taken to review code changes made by the use of this option.
So it's not added to .clang-format
Split to multiple PRs for easy reviewing #13491, #13492, #13493, #13494
Checklist