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

Change file extension for groupby benchmark #10985

Merged
merged 4 commits into from
May 27, 2022

Conversation

ttnghia
Copy link
Contributor

@ttnghia ttnghia commented May 26, 2022

Files in the groupby benchmark do not need to be in .cu extension---they don't contain any device code. This PR changes them to the .cpp extension.

@ttnghia ttnghia added 3 - Ready for Review Ready for review by team code quality libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 26, 2022
@ttnghia ttnghia self-assigned this May 26, 2022
@ttnghia ttnghia requested a review from a team as a code owner May 26, 2022 20:50
@ttnghia ttnghia requested review from vuule and codereport May 26, 2022 20:50
@github-actions github-actions bot added the CMake CMake build issue label May 26, 2022
@codecov

This comment was marked as off-topic.

@ttnghia ttnghia requested review from karthikeyann and bdice May 27, 2022 13:23
groupby/group_rank_benchmark.cu
groupby/group_no_requests.cpp
groupby/group_scan.cpp
groupby/group_rank_benchmark.cpp
Copy link
Contributor

@bdice bdice May 27, 2022

Choose a reason for hiding this comment

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

Two requests:

  1. Can you also remove the word benchmark from this filename? It seems to have escaped Remove benchmarks suffix #10112.
  2. Why is this file listed in both the GBench and NVBench sections? I believe it is only an NVBench benchmark.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

  1. Done.
  2. I don't know exactly why, but believe that the _NVBench version output a very ugly result. The old _Bench version outputs a table that is very human readable.

Copy link
Member

Choose a reason for hiding this comment

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

nvbench be like 😭

@ttnghia ttnghia requested a review from bdice May 27, 2022 15:39
@ttnghia
Copy link
Contributor Author

ttnghia commented May 27, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 67acc6e into rapidsai:branch-22.08 May 27, 2022
@ttnghia ttnghia deleted the rename_files_groupby_bench branch May 27, 2022 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team CMake CMake build issue 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.

5 participants