Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasyadav18 committed Jul 31, 2024
1 parent f867a0a commit eeecedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cuco/detail/open_addressing/kernels.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ CUCO_KERNEL __launch_bounds__(BlockSize) void erase(InputIt first,
* @brief Asynchronously executes a callback on every element in the container whose key matches
* with a key from the input key sequence.
*
* @note Passes an un-incrementable input iterator to the element whose key matches with
* a key from the input key sequence to the callback.
* @note Passes a copy of the element whose `key` matches with a key from the input key sequence
* to the callback.
*
* @tparam CGSize Number of threads in each CG
* @tparam BlockSize Number of threads in each block
Expand Down

0 comments on commit eeecedb

Please sign in to comment.