ParallelUtils¶
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/ParallelUtils.ts for the most up-to-date information.
Overview¶
Some utility functions for parallel kernels
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class ParallelUtils¶
Static Methods¶
getInclusiveToExclusiveScanIndices( index : number, workgroupSize : number ) : Vector3¶
Convert to an exclusive scan with the different indices
Source Code¶
See the source for ParallelUtils.ts in the alpenglow repository.