ParallelRasterInitialSplitReduce¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/parallel/raster-clip/ParallelRasterInitialSplitReduce.ts for the most up-to-date information.
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.