vtk-m2/vtkm/exec/internal
Robert Maynard 90099d1c55 Simplify ThreadIndicies so link time is reduced.
ThreadIndicies constructor was templated on the invocation type, which created
thousand's of versions of that symbol which all had the same behavior. So now
remove that and move that logic into a Worklet function since it requires
the invocation info.
2016-05-04 14:48:42 -04:00
..
testing Simplify ThreadIndicies so link time is reduced. 2016-05-04 14:48:42 -04:00
CMakeLists.txt Added VecFromPortalPermute class. 2015-08-14 09:15:47 -06:00
ErrorMessageBuffer.h vtkm::exec::FunctorBase now properly initializes ErrorMessageBuffer. 2016-03-14 16:57:35 -04:00
VecFromPortal.h Suppress false positive warnings from nvcc about host/device. 2016-04-01 15:50:52 -04:00
VecFromPortalPermute.h Share from indices vector. 2015-11-06 18:05:21 -07:00
WorkletInvokeFunctor.h Simplify ThreadIndicies so link time is reduced. 2016-05-04 14:48:42 -04:00
WorkletInvokeFunctorDetail.h Add Scatter parameters to Invocation. 2015-11-06 18:05:20 -07:00
WorkletInvokeFunctorDetail.h.in Add Scatter parameters to Invocation. 2015-11-06 18:05:20 -07:00