vtk-m2/vtkm/cont/tbb
Robert Maynard 60a405ef65 Add TaskTiling1D/3D which use faux virtuals to reduce binary size.
Redesigns the TBB and Serial backends and the vtkm::exec::Task concept so that
we can re-use the same launching logic for all Worklets, instead of generating
per worlet code. To keep the performance the same the TilingTask now is past
a range of indices to work on, rather than a single index.

Binary size reduction:
WorkletTests_SERIAL old - 19MB
WorkletTests_SERIAL new - 18MB

WorkletTests_TBB old - 39MB
WorkletTests_TBB new - 18MB

libvtkAcceleratorsVTKm old - 48MB
libvtkAcceleratorsVTKm new - 19MB
2017-05-25 11:00:01 -04:00
..
internal Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 2017-05-25 11:00:01 -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