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

Explain line profiler and how to know which functions are GPU-accelerated. #16079

Merged
merged 8 commits into from
Jun 26, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jun 25, 2024

Description

The cudf.pandas docs could be more explicit about which functions are accelerated. The answer is "most of the cudf API is accelerated, and you can check the results with the profiler." I've answered this question a few times so I wanted to document it.

This closes #16074.

Checklist

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

@bdice bdice added doc Documentation non-breaking Non-breaking change labels Jun 25, 2024
@bdice bdice self-assigned this Jun 25, 2024
@bdice bdice marked this pull request as ready for review June 25, 2024 02:50
@bdice
Copy link
Contributor Author

bdice commented Jun 25, 2024

Note for reviewers: I am letting CI do the first pass of docs builds. I am only going to bother with building the docs locally if the docs built by CI do not look right.

@bdice
Copy link
Contributor Author

bdice commented Jun 25, 2024

I verified that the docs render well, and I fixed a couple typos. This should be good to go. Thanks for the review @galipremsagar.

@bdice
Copy link
Contributor Author

bdice commented Jun 25, 2024

/merge

@rapids-bot rapids-bot bot merged commit 7ca4f48 into rapidsai:branch-24.08 Jun 26, 2024
73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[QST] Based on the cuDF, How can I know which function is enable the cuDF
3 participants