Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion cpp/benchmarks/streaming/ndsh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ target_link_libraries(
$<TARGET_NAME_IF_EXISTS:conda_env> maybe_asan
)

set(RAPIDSMPFNDSH_QUERIES q01 q03 q09 q21 bench_read)
set(RAPIDSMPFNDSH_QUERIES q01 q03 q09 q21 bench_read adaptive_join)

foreach(query IN ITEMS ${RAPIDSMPFNDSH_QUERIES})
add_executable(${query} "${query}.cpp")
Expand Down
553 changes: 553 additions & 0 deletions cpp/benchmarks/streaming/ndsh/adaptive_join.cpp

Large diffs are not rendered by default.

Loading