VTK-m
2.2
|
ControlSignature
tag for whole input/output arrays.
More...
#include <WorkletMapTopology.h>
ControlSignature
tag for whole input/output arrays.
The AtomicArrayInOut
control signature tag specifies vtkm::cont::ArrayHandle
passed to the invoke of the worklet. A vtkm::exec::AtomicArray
object capable of performing atomic operations to the entries in the array is given to the worklet. Atomic arrays can help avoid race conditions but can slow down the running of a parallel algorithm.