vtk-m/vtkm/exec
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
..
arg clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
cuda Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 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
serial Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 2017-05-25 11:00:01 -04:00
tbb 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
AtomicArray.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CellDerivative.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CellEdge.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CellFace.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CellInterpolate.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CMakeLists.txt Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 2017-05-25 11:00:01 -04:00
ConnectivityExplicit.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ConnectivityPermuted.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ConnectivityStructured.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ExecutionObjectBase.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ExecutionWholeArray.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
FunctorBase.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ImplicitFunction.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Jacobian.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ParametricCoordinates.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
TaskBase.h Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 2017-05-25 11:00:01 -04:00