Skip to content

Commit

Permalink
Update cpp/include/cudf/aggregation/host_udf.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: nvdbaranec <[email protected]>
  • Loading branch information
ttnghia and nvdbaranec authored Jan 8, 2025
1 parent 4f6d340 commit 9d9429a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cudf/aggregation/host_udf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ class host_udf_base {
};

/**
* @brief The interface for host-based UDF implementation for reduction context.
* @brief The interface for host-based UDF implementation for reduction contexts.
*
* An implementation of host-based UDF for reduction needs to be derived from this class.
* In addition to implementing the virtual functions declared in the base class `host_udf_base`,
* such derived class must also define the `operator()` function to perform reduction
* such derived classes must also define the `operator()` function to perform reduction
* operations.
*
* Example:
Expand Down

0 comments on commit 9d9429a

Please sign in to comment.