vtk-m2/vtkm/cont/kokkos
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
..
internal Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
testing Rename CellLocatorUniformBins to CellLocatorTwoLevel 2020-09-21 15:42:47 -06:00
CMakeLists.txt Add Kokkos backend 2020-08-12 13:55:24 -04:00
DeviceAdapterKokkos.h Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00