vtk-m/vtkm/cont/cuda
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
ChooseCudaDevice.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterCuda.h Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
ErrorCuda.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00