vtk-m2/vtkm/testing
Robert Maynard a8415d8e37 VTK-m now widens result type for UInt8/Int8/UInt16/Int16 input.
When using vtkm::dot on narrow types you easily rollover the values.
Instead the result type of vtkm::dot should be wide enough to store the results
(32bits) when this occurs.

Fixes #193
2018-01-03 16:32:41 -05:00
..
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
OptionParser.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Testing.h Clean up warnings introduced by recent benchmark modifications. 2017-10-20 16:23:36 -04:00
TestingMath.h Remove VTKM_EXEC_CONSTANT 2017-12-05 13:49:55 -05:00
UnitTestBinaryOperators.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestBinaryPredicates.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestBounds.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestCellShape.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestExceptions.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestHash.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestListTag.cxx ListCrossProduct now uses a lazy evaluation implementation 2017-12-11 13:31:56 -05:00
UnitTestMath.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestMatrix.cxx Work around more compiler optimization bugs with UnitTestMatrix 2017-10-26 13:25:58 -04:00
UnitTestNewtonsMethod.cxx Update Newton's Method to return solution status 2017-10-10 14:01:41 -04:00
UnitTestNoAssert.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestPair.cxx Ensure that Pair and Vec are trivial classes. 2017-10-18 14:58:35 -04:00
UnitTestRange.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTesting.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTransform3D.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTypeListTag.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTypes.cxx VTK-m now widens result type for UInt8/Int8/UInt16/Int16 input. 2018-01-03 16:32:41 -05:00
UnitTestTypeTraits.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestUnaryPredicates.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestVecAxisAlignedPointCoordinates.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestVecFromPortal.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestVecFromPortalPermute.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestVectorAnalysis.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestVecTraits.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestVecVariable.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
VecTraitsTests.h VTK-m now widens result type for UInt8/Int8/UInt16/Int16 input. 2018-01-03 16:32:41 -05:00