Segmented scan is a parallel algorithm used primarily in the context of computing, particularly in parallel computing and graphics processing. It is an extension of the traditional scan (or prefix sum) algorithm, which computes the cumulative sums (or other associative operations) of an array. The segmented scan handles arrays that are divided into segments, allowing for operations to be performed independently within those segments.

Articles by others on the same topic (0)

There are currently no matching articles.