Skip to content

Commit

Permalink
Change file extension for groupby benchmark (#10985)
Browse files Browse the repository at this point in the history
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.

Authors:
  - Nghia Truong (https://github.com/ttnghia)

Approvers:
  - Vukasin Milovanovic (https://github.com/vuule)
  - Bradley Dice (https://github.com/bdice)
  - Conor Hoekstra (https://github.com/codereport)

URL: #10985
  • Loading branch information
ttnghia authored May 27, 2022
1 parent 88c187b commit 67acc6e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions cpp/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,11 @@ ConfigureBench(FILL_BENCH filling/repeat.cpp)
# ##################################################################################################
# * groupby benchmark -----------------------------------------------------------------------------
ConfigureBench(
GROUPBY_BENCH
groupby/group_sum.cu
groupby/group_nth.cu
groupby/group_shift.cu
groupby/group_struct_values.cpp
groupby/group_no_requests.cu
groupby/group_scan.cu
groupby/group_rank_benchmark.cu
GROUPBY_BENCH groupby/group_sum.cpp groupby/group_nth.cpp groupby/group_shift.cpp
groupby/group_struct_values.cpp groupby/group_no_requests.cpp groupby/group_scan.cpp
)

ConfigureNVBench(GROUPBY_NVBENCH groupby/group_rank_benchmark.cu groupby/group_struct_keys.cpp)
ConfigureNVBench(GROUPBY_NVBENCH groupby/group_rank.cpp groupby/group_struct_keys.cpp)

# ##################################################################################################
# * hashing benchmark -----------------------------------------------------------------------------
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 67acc6e

Please sign in to comment.