vtk-m/vtkm/exec
Kenneth Moreland f8442903d8 Replace TryAllTypes with trying exemplar tests
There were many tests that created code paths for every base and Vec
type that VTK-m supports (up to 4 components). Although this is
admirable, it is also excessive, and our compile times for the tests are
very long.

To shorten compile times, remove the TryAllTypes method. Replace it with
a version of TryTypes that uses a default list of "exemplar" set of
integers, floats, and Vecs.
2016-08-24 16:02:18 -06:00
..
arg Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
cuda Fix warnings about type conversions 2016-06-27 07:50:15 -06:00
internal More corrections needed to suppress false positive host / device warnings. 2016-06-30 16:04:37 -04:00
testing Loosen threshold on test of parametric coordinates 2016-06-13 08:56:40 -06: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