Skip to content

Reduce by Key Worklet Type

Kenneth Moreland requested to merge kmorel/vtk-m:reduce-by-key-worklet into master

Added a Reduce By Key worklet type. This is a very helpful type of worklet that lets you gather associated values. It typically follows a parallel operation where several threads produce values that are coincident or otherwise have to be gathered together.

Merge request reports