Skip to content

Switch from printing to logging #18711

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

Merged
merged 2 commits into from
May 8, 2025

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented May 7, 2025

Description

Currently we print a notice when prefetching is enabled and we try to use a type that cannot be safely prefetched (essentially any nested type). We should not be printing unconditionally. Logging is more appropriate.

Checklist

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

@vyasr vyasr self-assigned this May 7, 2025
@vyasr vyasr requested a review from a team as a code owner May 7, 2025 21:57
@vyasr vyasr requested review from karthikeyann and vuule May 7, 2025 21:57
@vyasr vyasr added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 7, 2025
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label May 7, 2025
Copy link
Contributor

@galipremsagar galipremsagar left a comment

Choose a reason for hiding this comment

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

Thanks @vyasr !

@bdice
Copy link
Contributor

bdice commented May 8, 2025

/merge

@rapids-bot rapids-bot bot merged commit 075f800 into rapidsai:branch-25.06 May 8, 2025
123 of 124 checks passed
@vyasr vyasr deleted the chore/remove_prefetch_print branch May 8, 2025 21:41
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.

4 participants