Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
codereport committed Feb 4, 2021
1 parent 85f5c5d commit 5b6dcd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion cpp/include/cudf/detail/aggregation/aggregation.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#include <rmm/cuda_stream_view.hpp>
#include <rmm/exec_policy.hpp>
#include "cudf/utilities/type_dispatcher.hpp"

namespace cudf {
namespace detail {
Expand Down
1 change: 1 addition & 0 deletions cpp/tests/groupby/group_count_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ TYPED_TEST(FixedPointTestBothReps, GroupBySumProductMinMaxDecimalAsValue)
test_single_agg(keys, vals, expect_keys, {}, std::move(agg4), force_use_sort_impl::YES),
cudf::logic_error);

// commented out until we drop support for CUDA 10.2
// group_by hash tests

// auto agg5 = cudf::make_sum_aggregation();
Expand Down

0 comments on commit 5b6dcd1

Please sign in to comment.