vtk-m/vtkm/exec/arg/testing
Kenneth Moreland 4f9fa08fa1 Remove ArrayHandleStreaming capabilities
The `ArrayHandleStreaming` class stems from an old research project
experimenting with bringing data from an `ArrayHandle` in parts and
overlapping device transfer and execution. It works, but only in very
limited contexts. Thus, it is not actually used today. Plus, the feature
requires global indexing to be permutated throughout the worklet
dispatching classes of VTK-m for no further reason.

Because it is not really used, there are other more promising approaches
on the horizon, and it makes further scheduling improvements difficult,
we are removing this functionality.
2020-03-24 15:01:56 -06: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 Remove ArrayHandleStreaming capabilities 2020-03-24 15:01:56 -06:00
UnitTestFetchArrayDirectIn.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestFetchArrayDirectInOut.cxx Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
UnitTestFetchArrayDirectOut.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestFetchArrayNeighborhoodIn.cxx Initial infrastructure to allow WorkletMapField to have 3D scheduling 2020-02-25 15:23:41 -05:00
UnitTestFetchArrayTopologyMapIn.cxx Merge topic 'simple-list-template' 2019-12-11 09:43:22 -05:00
UnitTestFetchExecObject.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestFetchWorkIndex.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00