vtk-m2/vtkm/cont/openmp/internal
Kenneth Moreland 90050b96e4 Remove ArrayManagerExecution
This class was used indirectly by the old `ArrayHandle`, through
`ArrayHandleTransfer`, to move data to and from a device. This
functionality has been replaced in the new `ArrayHandle`s through the
`Buffer` class (which can be compiled into libraries rather than make
every translation unit compile their own template).

This commit removes `ArrayManagerExecution` and all the implementations
that the device adapters were required to make. None of this code was in
any use anymore.
2020-12-08 13:18:44 -07:00
..
CMakeLists.txt Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
DeviceAdapterAlgorithmOpenMP.cxx Add ScheduleTask to performance log 2020-10-25 17:22:38 -06:00
DeviceAdapterAlgorithmOpenMP.h Remove ArrayHandleStreaming capabilities 2020-03-24 15:01:56 -06:00
DeviceAdapterMemoryManagerOpenMP.h Replace basic ArrayHandle implementation to use Buffers 2020-06-25 14:02:26 -06:00
DeviceAdapterRuntimeDetectorOpenMP.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterRuntimeDetectorOpenMP.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterTagOpenMP.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FunctorsOpenMP.h fix OpenMP PRAGMA warnings for auto-associated looping variable types 2020-09-08 17:47:53 +00:00
ParallelQuickSortOpenMP.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ParallelRadixSortOpenMP.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ParallelRadixSortOpenMP.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ParallelScanOpenMP.h Prefixed CACHE_LINE_SIZE and PAGE_SIZE constexpr variables 2019-12-04 14:32:51 -05:00
ParallelSortOpenMP.h Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
VirtualObjectTransferOpenMP.h conslidate the license statement 2019-04-17 10:57:13 -06:00