-
Notifications
You must be signed in to change notification settings - Fork 915
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
Rename libcudf++ to libcudf. #11953
Rename libcudf++ to libcudf. #11953
Conversation
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.
LGTM. I committed one additional change to the line referencing the original libcudf++ presentation. If you think it's more accurate to continue calling that particular instance libcudf++ feel free to revert that change, making the change was the easiest way to point it out.
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.
Great change 😆
@@ -176,7 +176,7 @@ Resource ownership is an essential concept in libcudf. In short, an "owning" obj | |||
resource (such as device memory). It acquires that resource during construction and releases the | |||
resource in destruction ([RAII](https://en.cppreference.com/w/cpp/language/raii)). A "non-owning" | |||
object does not own resources. Any class in libcudf with the `*_view` suffix is non-owning. For more | |||
detail see the [`libcudf++` presentation.](https://docs.google.com/presentation/d/1zKzAtc1AWFKfMhiUlV5yRZxSiPLwsObxMlWRWz_f5hA/edit?usp=sharing) | |||
detail see the [`libcudf` presentation.](https://docs.google.com/presentation/d/1zKzAtc1AWFKfMhiUlV5yRZxSiPLwsObxMlWRWz_f5hA/edit?usp=sharing) |
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.
To be fair, this one is the only one that could still stay as libcudf++
. More importantly, these slides should probably be somewhere other than my Google Drive... or just remove the link all together. The content within this guide should supersede anything in those slides by this point.
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.
I’m going to leave it as-is. The presentation is titled libcudf++ but it’s about libcudf and I don’t want readers to be confused about the proper name of the library.
Codecov ReportBase: 87.40% // Head: 88.14% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #11953 +/- ##
================================================
+ Coverage 87.40% 88.14% +0.73%
================================================
Files 133 133
Lines 21833 21982 +149
================================================
+ Hits 19084 19376 +292
+ Misses 2749 2606 -143
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
Description
For consistency across our documentation, this PR renames
libcudf++
tolibcudf
.Checklist