From 6c92e5247b97cf96dece5943a375d58cbf125def Mon Sep 17 00:00:00 2001 From: davidwendt Date: Mon, 26 Apr 2021 12:05:06 -0400 Subject: [PATCH] merge changes to aggregation.cuh --- cpp/include/cudf/detail/aggregation/aggregation.cuh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/include/cudf/detail/aggregation/aggregation.cuh b/cpp/include/cudf/detail/aggregation/aggregation.cuh index 8eb4e4f94b8..1084ad5810d 100644 --- a/cpp/include/cudf/detail/aggregation/aggregation.cuh +++ b/cpp/include/cudf/detail/aggregation/aggregation.cuh @@ -343,7 +343,7 @@ struct update_target_element()>* = nullptr> + template ()>* = nullptr> __device__ void operator()(mutable_column_device_view& target, size_type target_index, column_device_view& d_dictionary, @@ -355,7 +355,7 @@ struct update_target_from_dictionary_squares { using Target = target_type_t; atomicAdd(&target.element(target_index), static_cast(value * value)); } - template ()>* = nullptr> + template ()>* = nullptr> __device__ void operator()(mutable_column_device_view& target, size_type target_index, column_device_view& d_dictionary,