Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Nov 4, 2024
1 parent 5d5e7ff commit 0c315f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpp/src/groupby/hash/compute_shared_memory_aggs.cu
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ struct size_of_functor {
/// Shared memory data alignment
CUDF_HOST_DEVICE cudf::size_type constexpr ALIGNMENT = 8;

// Prepares shared memory data required by each output column, exits if
// no enough memory space to perform the shared memory aggregation for the
// current output column
// Allocates shared memory required for output columns. Exits if there is insufficient memory to
// perform shared memory aggregation for the current output column.
__device__ void calculate_columns_to_aggregate(cudf::size_type& col_start,
cudf::size_type& col_end,
cudf::mutable_table_device_view output_values,
Expand Down

0 comments on commit 0c315f8

Please sign in to comment.