vtk-m2/vtkm/exec
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
..
arg Simplify ThreadIndicies so link time is reduced. 2016-05-04 14:48:42 -04:00
cuda Adding fast path for radix sort sort_by_key 2016-05-03 08:53:42 -07:00
internal Simplify ThreadIndicies so link time is reduced. 2016-05-04 14:48:42 -04:00
testing Solve the ParametricCoordinates issue by using VTKM_ASSUME. 2016-04-28 11:15:43 -04:00
AtomicArray.h Add AtomicArrayInOut ControlSignature tag. 2016-03-24 17:12:17 -06:00
CellDerivative.h Fix warnings about unused parameters. 2016-04-21 09:32:02 -06:00
CellInterpolate.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
CMakeLists.txt Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
ConnectivityExplicit.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
ConnectivityPermuted.h Simplify using CellSetPermutation by providing a default permutation type. 2016-04-12 14:24:51 -04:00
ConnectivityStructured.h Simplify using CellSetPermutation by providing a default permutation type. 2016-04-12 14:24:51 -04:00
ExecutionObjectBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExecutionWholeArray.h Fixing return value for void function 2016-01-27 08:07:20 -08:00
FunctorBase.h vtkm::exec::FunctorBase now properly initializes ErrorMessageBuffer. 2016-03-14 16:57:35 -04:00
ParametricCoordinates.h Solve the ParametricCoordinates issue by using VTKM_ASSUME. 2016-04-28 11:15:43 -04:00