vtk-m2/vtkm/worklet/internal
Kenneth Moreland dad18e1170 Improve 3D scheduling mechanism in DispatcherBase
Previously, DispatcherBase had an ivar to determine whether to use the
numInstances passed on the stack or to use a 3D range held in a
different ivar. This change allows either a 1D range or 3D range to be
passed on the stack, which I expect to be closer to how we we handle
this when 3D ranges are fully supported.

This also fixes a bug introduced with commit
fdac208acbfa47b613d899a36cefc32a01e8f0a8 where the Use3DSchedule ivar
was not set correctly in UnitTestDispatcherBase.
2015-05-05 08:46:23 -06:00
..
testing Add checks for signature tags 2014-10-23 08:28:50 -06:00
CMakeLists.txt Add basic dispatcher functionality. 2014-10-21 11:49:23 -06:00
DispatcherBase.h Improve 3D scheduling mechanism in DispatcherBase 2015-05-05 08:46:23 -06:00
DispatcherBaseDetailInvoke.h Add basic dispatcher functionality. 2014-10-21 11:49:23 -06:00
DispatcherBaseDetailInvoke.h.in Add basic dispatcher functionality. 2014-10-21 11:49:23 -06:00
WorkletBase.h Check value type in Invoke input arrays. 2014-10-22 16:51:42 -06:00