vtk-m2/vtkm/exec/arg/testing
Vicente Adolfo Bolea Sanchez d5906eccd9 add ThreadIndicesTopologyMap optimized specializations
This commit splits ThreadIndicesTopologyMap into two
different specializations which can be instanciated with the
tags: DefaultScatterAndMaskTag and CustomScatterAndMaskTag.

These specialization will allow ThreadIndicesTopologyMap
instances to avoid holding in memory InputIndex, OutputIndex and ThreadIndex
variables when Mask = MaskNone and Scatter = ScatterIdentity which in this case
are not needed since no transformation are done.

Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
2020-05-12 13:45:43 -04:00
..
CMakeLists.txt Initial infrastructure to allow WorkletMapField to have 3D scheduling 2020-02-25 15:23:41 -05:00
ThreadIndicesTesting.h Remove ArrayHandleStreaming capabilities 2020-03-24 15:01:56 -06:00
UnitTestExecutionSignatureTag.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestFetchArrayDirectIn3d.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00
UnitTestFetchArrayDirectIn.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00
UnitTestFetchArrayDirectInOut.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00
UnitTestFetchArrayDirectOut.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00
UnitTestFetchArrayNeighborhoodIn.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00
UnitTestFetchArrayTopologyMapIn.cxx add ThreadIndicesTopologyMap optimized specializations 2020-05-12 13:45:43 -04:00
UnitTestFetchExecObject.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00
UnitTestFetchWorkIndex.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00