vtk-m2/vtkm/cont/cuda
David C. Lonie b2c3e41645 Refactor array transfer logic for basic storage.
The old templated array transfer mechanism generated a lot of code
that ended up doing a simple, type-agnostic memcpy for most devices.
This patch specialized array handles for basic storage and uses a
fast-path array transfer implementation. This reduces the size of the
vtkm_cont library by 27% on gcc (from 6.2MB to 4.5MB).
2017-06-29 13:18:44 -04:00
..
internal Refactor array transfer logic for basic storage. 2017-06-29 13:18:44 -04:00
testing clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ArrayHandleCuda.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
ChooseCudaDevice.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CMakeLists.txt Simplify exception hierarchy. 2017-02-07 15:42:38 -05:00
DeviceAdapterCuda.h Add Virtual Methods Framework 2017-05-01 16:51:42 -04:00
ErrorCuda.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00