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

Move NDS-H examples into benchmarks #16663

Merged
merged 32 commits into from
Sep 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d9d2be3
Move tpch examples into benchmarks
JayjeetAtGithub Aug 26, 2024
68322ed
Integrate datagen with queries
JayjeetAtGithub Aug 30, 2024
c3bb777
Remove datafusion datagen
JayjeetAtGithub Aug 30, 2024
9822fdf
Convert to nvbench
JayjeetAtGithub Sep 3, 2024
39ed929
Convert q1 to NVBench
JayjeetAtGithub Sep 3, 2024
fbbb43b
Convert 5,6,9,10 to nvbench
JayjeetAtGithub Sep 3, 2024
936c4c8
Remove README
JayjeetAtGithub Sep 3, 2024
cc3bcb9
Fix pool usage
JayjeetAtGithub Sep 3, 2024
7eea89c
Remove anon namespaces and add east consts
JayjeetAtGithub Sep 3, 2024
dc8b688
use default pool size
JayjeetAtGithub Sep 3, 2024
131896e
Use double sfs
JayjeetAtGithub Sep 4, 2024
12b3e3d
Remove errorneous merge
JayjeetAtGithub Sep 4, 2024
b6756f2
Add scale_factor axes to queries
JayjeetAtGithub Sep 4, 2024
b6399c3
Fix #16711
JayjeetAtGithub Sep 4, 2024
7695927
More name changes to NDS-H
JayjeetAtGithub Sep 4, 2024
e9ff90c
Break utils.hpp into utils.cpp and utils.hpp
JayjeetAtGithub Sep 5, 2024
fb2b26e
Fixes
JayjeetAtGithub Sep 5, 2024
f44ca14
Remove CUDF_FUNC_RANGES and add docstring
JayjeetAtGithub Sep 5, 2024
5d2b5be
Add anon namespace
JayjeetAtGithub Sep 6, 2024
9d3a64e
Remove rmm creation utilities
JayjeetAtGithub Sep 6, 2024
5868773
Fixes, renames, and other mods
JayjeetAtGithub Sep 6, 2024
b7fe3cf
Add README
JayjeetAtGithub Sep 6, 2024
6583860
Dont time datagen
JayjeetAtGithub Sep 7, 2024
efac39e
Fix apply_inner_join
JayjeetAtGithub Sep 9, 2024
1ae46ff
Add const&
JayjeetAtGithub Sep 9, 2024
ba65cef
Rename col_id to column_id
JayjeetAtGithub Sep 9, 2024
ace73ec
Orders the columns according to the TPCH specs
JayjeetAtGithub Sep 10, 2024
545b089
Update README
JayjeetAtGithub Sep 10, 2024
311761a
Use nds-h
JayjeetAtGithub Sep 10, 2024
bb54057
Fix query file names
JayjeetAtGithub Sep 10, 2024
38ee8c3
Fix
JayjeetAtGithub Sep 10, 2024
87e33af
Fixes
JayjeetAtGithub Sep 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove errorneous merge
JayjeetAtGithub committed Sep 10, 2024
commit 12b3e3dced4f74b5a7d208479b53dd91e66cf18c
4 changes: 0 additions & 4 deletions cpp/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -175,10 +175,6 @@ ConfigureBench(COPY_IF_ELSE_BENCH copying/copy_if_else.cpp)
# * transpose benchmark ---------------------------------------------------------------------------
ConfigureBench(TRANSPOSE_BENCH transpose/transpose.cpp)

# ##################################################################################################
# * apply_boolean_mask benchmark ------------------------------------------------------------------
ConfigureBench(APPLY_BOOLEAN_MASK_BENCH stream_compaction/apply_boolean_mask.cpp)

# ##################################################################################################
# * tpch benchmark --------------------------------------------------------------------------------
ConfigureNVBench(TPCH_Q1 tpch/q1.cpp)