vtk-m2/vtkm/cont/tbb
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
CMakeLists.txt Always install all device headers even when device isn't enabled. 2015-09-17 09:28:21 -04:00
DeviceAdapterTBB.h Add Virtual Methods Framework 2017-05-01 16:51:42 -04:00