-
Notifications
You must be signed in to change notification settings - Fork 52
Changes for CCCL 2.7 #557
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
Changes for CCCL 2.7 #557
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,8 @@ Documentation for rocThrust available at | |
| ### Changed | ||
|
|
||
| * Updated the required version of Google Benchmark from 1.8.0 to 1.9.0. | ||
| * Drop `c++14` support for rocthrust. | ||
| * Renamed `cpp14_required.h` to `cpp_version_check.h` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think I saw this in either hipCUB or rocPRIM as well but can't remember if it was removed because this change should be transparent to the user, or if it was kept in just in case. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added in #559 |
||
|
|
||
| ### Removed | ||
|
|
||
|
|
||
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.
The min version of C++ that's now supported needs to be mentioned. I think hipCUB and rocPRIM already have this in their changelogs, so this should be identical to those.
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.
Added in #559