VTK-m
2.0
|
The ExecutionSignature
tag to use to get the work index.
More...
#include <WorkIndex.h>
Public Types | |
using | AspectTag = vtkm::exec::arg::AspectTagWorkIndex |
Static Public Attributes | |
static constexpr vtkm::IdComponent | INDEX = 1 |
The ExecutionSignature
tag to use to get the work index.
When a worklet is dispatched, it broken into pieces defined by the input domain and scheduled on independent threads. This tag in the ExecutionSignature
passes the index for this work. WorkletBase
contains a typedef that points to this class.
|
staticconstexpr |