vtk-m/vtkm/exec/serial
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
CMakeLists.txt Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 2017-05-25 11:00:01 -04:00