Skip to content

Commit

Permalink
Add more notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Sep 27, 2023
1 parent bb07b6d commit 7db5350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/cuco/static_map.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +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.
*
* @throw If the desired occupancy is no bigger than zero
* @throw If the desired occupancy is no smaller than one
Expand Down
2 changes: 2 additions & 0 deletions include/cuco/static_set.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +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.
*
* @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 7db5350

Please sign in to comment.