Skip to content

WIP: Add ability to group keys by atomics

Kenneth Moreland requested to merge kmorel/vtk-m:combine-keys-by-atomics into master

The previous implementation of vtkm::worklet::Keys used a parallel sort to group common keys together. Some recent R&D has suggested that it is faster to use atomics in a table of possible keys.

Merge request reports