Skip to content
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

Remove orc::gpu namespace #17891

Merged

Conversation

vuule
Copy link
Contributor

@vuule vuule commented Jan 31, 2025

Description

Moving forward with removal of the (redundant) gpu namespace in cuIO.
Also moved the entire ORC implementation to cudf::io::orc::detail, leaving only the implementation of the public API in cudf::io::orc.

Also removed a few unused headers, or moved them to be included in the right files.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Copy link

copy-pr-bot bot commented Jan 31, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Jan 31, 2025
@vuule vuule added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 31, 2025
@vuule vuule changed the title Remove ord::gpu:: namespace Remove orc::gpu namespace Jan 31, 2025
@vuule
Copy link
Contributor Author

vuule commented Jan 31, 2025

/ok to test

@vuule vuule marked this pull request as ready for review January 31, 2025 22:03
@vuule vuule requested a review from a team as a code owner January 31, 2025 22:03
Copy link
Member

@PointKernel PointKernel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed one typo in the PR description otherwise looks good.

namespace io {
namespace orc {
namespace gpu {
namespace cudf::io::orc::detail {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat!

@vuule
Copy link
Contributor Author

vuule commented Feb 1, 2025

/merge

@rapids-bot rapids-bot bot merged commit a6acba0 into rapidsai:branch-25.04 Feb 1, 2025
112 checks passed
@vuule vuule deleted the clean-up-remove-orc-gpu-namespace branch February 1, 2025 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants