Skip to content

Commit

Permalink
Minor doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Sep 28, 2023
1 parent 7db5350 commit e134f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/cuco/static_map.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ class static_map {
* this sentinel value.
* @note If a non-default CUDA stream is provided, the caller is responsible for synchronizing the
* stream before the object is first used.
* @note Static extent should not use this overload since it will convert all extents into a
* runtime constant.
* @note This overload will convert compile-time extents to runtime constants which might lead to
* performance regressions.
*
* @throw If the desired occupancy is no bigger than zero
* @throw If the desired occupancy is no smaller than one
Expand Down
4 changes: 2 additions & 2 deletions include/cuco/static_set.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ class static_set {
* this sentinel value.
* @note If a non-default CUDA stream is provided, the caller is responsible for synchronizing the
* stream before the object is first used.
* @note Static extent should not use this overload since it will convert all extents into a
* runtime constant.
* @note This overload will convert compile-time extents to runtime constants which might lead to
* performance regressions.
*
* @throw If the desired occupancy is no bigger than zero
* @throw If the desired occupancy is no smaller than one
Expand Down

0 comments on commit e134f7d

Please sign in to comment.