Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #290 from himanshu007-creator/main
Browse files Browse the repository at this point in the history
Update device_segmented_reduce.cuh
  • Loading branch information
alliepiper authored May 20, 2021
2 parents f587ed9 + e2203ed commit 88ec98d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cub/device/device_segmented_reduce.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ struct DeviceSegmentedReduce
*
* \par
* - Does not support binary reduction operators that are non-commutative.
* - Provides "run-to-run" determinism for pseudo-associative reduction
* (e.g., addition of floating point types) on the same GPU device.
* However, results for pseudo-associative reduction may be inconsistent
* from one device to a another device of a different compute-capability
* because CUB can employ different tile-sizing for different architectures.
* - When input a contiguous sequence of segments, a single sequence
* \p segment_offsets (of length <tt>num_segments+1</tt>) can be aliased
* for both the \p d_begin_offsets and \p d_end_offsets parameters (where
Expand Down

0 comments on commit 88ec98d

Please sign in to comment.