-
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
[REVIEW] Add notes to performance comparisons notebook #13044
[REVIEW] Add notes to performance comparisons notebook #13044
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"This notebook compares the performance of `cuDF` and `pandas`. The comparisons performed are on identical data sizes. This notebook primarily showcases the factor\n", | ||
"of speedups users can have when the similar `pandas` APIs are run on GPUs using `cudf`.\n", | ||
"\n", | ||
"The hardware details used to run these performance comparisons are at the end of this page." | ||
"The hardware details used to run these performance comparisons are at the end of this page.\n", |
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've verified this claim holds true on a T4 by running the entire notebook after slashing the data-sizes in half.
docs/cudf/source/user_guide/performance_comparisons/performance-comparisons.ipynb
Outdated
Show resolved
Hide resolved
…e-comparisons.ipynb Co-authored-by: Bradley Dice <[email protected]>
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, with one minor question on file naming.
…cudf into update_notes_perf
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, thanks for the update
/merge |
Description
This PR adds a
note
section to the performance comparisons notebook to give users a disclaimer on what they need to do to run this notebook on lower-end hardware.Checklist