Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Aralihalli <[email protected]>
  • Loading branch information
SurajAralihalli committed Oct 24, 2023
1 parent c7d1869 commit 745fcee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/benchmarks/lists/set_operations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void nvbench_set_op(nvbench::state& state, BenchFuncPtr bfunc)
cudf::lists_column_view{*rhs},
cudf::null_equality::EQUAL,
cudf::nan_equality::ALL_EQUAL,
cudf::get_default_stream(),
rmm::mr::get_current_device_resource());
});
}
Expand Down

0 comments on commit 745fcee

Please sign in to comment.