Skip to content

Scatter in worklets

Kenneth Moreland requested to merge kmorel/vtk-m:scatter-worklets into master

Add the functionality to perform a scatter operation from input to output in a worklet invocation. This allows you to, for example, specify a variable amount of outputs generated for each input.

Merge request reports