Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Signed-off-by: sperlingxx <[email protected]>
  • Loading branch information
sperlingxx committed May 26, 2021
1 parent 3b2fdd5 commit dca2bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/rolling/rolling_detail.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ class rolling_aggregation_postprocessor final : public cudf::detail::aggregation
min_periods,
agg._null_handling,
stream,
mr);
rmm::mr::get_current_device_resource());

result = lists::detail::drop_list_duplicates(lists_column_view(collected_list->view()),
null_equality::EQUAL,
Expand Down

0 comments on commit dca2bb6

Please sign in to comment.