Skip to content

Commit

Permalink
Update cpp/src/neighbors/detail/dynamic_batching.cuh
Browse files Browse the repository at this point in the history
Co-authored-by: Tamas Bela Feher <[email protected]>
  • Loading branch information
achirkin and tfeher authored Dec 2, 2024
1 parent c029871 commit 622521d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/neighbors/detail/dynamic_batching.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ struct batch_token {
*
* The CPU threads atomically increment this counter until its size reaches `max_batch_size`.
*
* Any (CPU or GPU thread) my atomically write to the highest byte of this value, which indicates
* Any (CPU or GPU thread) may atomically write to the highest byte of this value, which indicates
* that no one can commit to this batch anymore (e.g. the wait timeout is exceeded).
* Hence, the actual number of committed queries is `size_committed % 0x00ffffff`.
*
Expand Down

0 comments on commit 622521d

Please sign in to comment.