vtk-m/vtkm/cont/tbb/internal
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
..
ArrayManagerExecutionTBB.cxx Refactor array transfer logic for basic storage. 2017-06-29 13:18:44 -04:00
ArrayManagerExecutionTBB.h Refactor array transfer logic for basic storage. 2017-06-29 13:18:44 -04:00
CMakeLists.txt Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 2017-05-25 11:00:01 -04:00
DeviceAdapterAlgorithmTBB.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
DeviceAdapterAlgorithmTBB.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
DeviceAdapterTagTBB.h Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
FunctorsTBB.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
parallel_sort.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
VirtualObjectTransferTBB.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00