vtk-m2/vtkm/cont/cuda/internal
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
..
testing clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ArrayManagerExecutionCuda.cu clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ArrayManagerExecutionCuda.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ArrayManagerExecutionThrustDevice.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CMakeLists.txt Merge topic 'virtual-methods' 2017-05-02 16:12:04 -04:00
DeviceAdapterAlgorithmCuda.h Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 2017-05-25 11:00:01 -04:00
DeviceAdapterAlgorithmThrust.h Add TaskTiling1D/3D which use faux virtuals to reduce binary size. 2017-05-25 11:00:01 -04:00
DeviceAdapterTagCuda.h Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
MakeThrustIterator.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ThrustExceptionHandler.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
VirtualObjectTransferCuda.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00