ParallelRasterInitialSplitReduce¶
Overview¶
Calculates the initial splits (reducible/complete counts) for each clipped chunk, and applies the first level of reduction.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class ParallelRasterInitialSplitReduce¶
Static Methods¶
dispatch( workgroupSize : number, clippedChunks : ParallelStorageArray<RasterClippedChunk>, numClippedChunks : number, debugFullSplitReduces : ParallelStorageArray<RasterSplitReduceData>, splitReduces : ParallelStorageArray<RasterSplitReduceData> ) : Promise<void>¶
Source Code¶
See the source for ParallelRasterInitialSplitReduce.ts in the alpenglow repository.