vtk-m/vtkm/cont/testing
Kenneth Moreland 2e0f4dd376 Fix floating point error in test
The UnitTestCudaArrayHandleFancy was failing because it was
was calling TestValue in a worklet and comparing that to
a value that was generated by calling TestValue on the host.
Because these were called on different architecture, it is
possible that they will not be bit-wise exact. Add a little
bit of tolerance to the check to avoid false failures for
this reason.
2019-06-11 15:57:12 -06:00
..
CMakeLists.txt ScopedRuntimeDeviceTracker have better controls of setting devices. 2019-05-21 15:32:10 -04:00
ExplicitTestData.h conslidate the license statement 2019-04-17 10:57:13 -06:00
MakeTestDataSet.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Testing.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingArrayHandles.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingArrayHandleVirtualCoordinates.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingBitField.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingCellLocatorRectilinearGrid.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingCellLocatorUniformBins.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingCellLocatorUniformGrid.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingColorTable.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingComputeRange.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingDataSetExplicit.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingDataSetSingleType.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingDeviceAdapter.h RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
TestingFancyArrayHandles.h Fix floating point error in test 2019-06-11 15:57:12 -06:00
TestingImplicitFunction.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingPointLocatorUniformGrid.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingSerialization.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingVirtualObjectHandle.h conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestAlgorithm.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayCopy.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleCartesianProduct.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleCompositeVector.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleConcatenate.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleCounting.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleDiscard.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleExtractComponent.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleImplicit.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleIndex.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandlePermutation.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleReverse.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleSwizzle.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleTransform.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleVirtual.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayPortalToIterators.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellLocatorGeneral.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellSet.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellSetExplicit.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellSetPermutation.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestContTesting.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetBuilderExplicit.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetBuilderRectilinear.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetBuilderUniform.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetPermutation.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetRectilinear.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetUniform.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDeviceAdapterAlgorithmDependency.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestDynamicCellSet.cxx Empty DynamicCellSet doesn't segfault on certain queries. 2019-05-16 08:29:17 -04:00
UnitTestFieldRangeCompute.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestFieldRangeGlobalCompute.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestInitialize.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestLogging.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestMoveConstructors.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestMultiBlock.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestRuntimeDeviceInformation.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestRuntimeDeviceNames.cxx Remove DeviceAdapterError as it isn't needed any more. 2019-04-18 15:09:57 -04:00
UnitTestScopedRuntimeDeviceTracker.cxx ScopedRuntimeDeviceTracker have better controls of setting devices. 2019-05-21 15:32:10 -04:00
UnitTestSerializationArrayHandle.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestSerializationDataSet.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestStorageBasic.cxx StealArray now returns the array and free function as a Pair. 2019-05-01 09:42:57 -04:00
UnitTestStorageImplicit.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestStorageListTag.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestTimer.cxx Remove DeviceAdapterError as it isn't needed any more. 2019-04-18 15:09:57 -04:00
UnitTestTryExecute.cxx ScopedRuntimeDeviceTracker requires a device to execute on when constructed. 2019-05-21 11:17:37 -04:00
UnitTestVariantArrayHandle.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00