VTK-m  2.2
List of all members
vtkm::worklet::WorkletReduceByKey::ThreadIndices Struct Reference

The ExecutionSignature tag to use to get the thread indices. More...

#include <WorkletReduceByKey.h>

Inheritance diagram for vtkm::worklet::WorkletReduceByKey::ThreadIndices:
vtkm::exec::arg::ThreadIndices vtkm::exec::arg::ExecutionSignatureTagBase

Additional Inherited Members

- Public Types inherited from vtkm::exec::arg::ThreadIndices
using AspectTag = vtkm::exec::arg::AspectTagThreadIndices
 
- Static Public Attributes inherited from vtkm::exec::arg::ThreadIndices
static constexpr vtkm::IdComponent INDEX = 1
 

Detailed Description

The ExecutionSignature tag to use to get the thread indices.

This tag produces an internal object that manages indices and other metadata of the current thread. Thread indices objects vary by worklet type, but most users can get the information they need through other signature tags.

When a worklet is dispatched, it broken into pieces defined by the input domain and scheduled on independent threads. During this process multiple indices associated with the input and output can be generated. This tag in the ExecutionSignature passes the index for this work.


The documentation for this struct was generated from the following file: