vtk-m2/vtkm/worklet/testing
Matthew Letter cb03238804 removed device from run function for AverageByKey
I also cleaned up the unit test to no longer pass the device
2018-10-24 10:28:12 -06:00
..
CMakeLists.txt ParticeAdvection for cuda <= 9 now built without ptxas optimizations 2018-10-18 11:19:23 -04:00
UnitTestAverageByKey.cxx removed device from run function for AverageByKey 2018-10-24 10:28:12 -06:00
UnitTestBoundingIntervalHierarchy.cxx Fixes for resolving Rob's suggestions 2018-06-29 15:55:23 -07:00
UnitTestCellAverage.cxx Misc. typos 2018-06-14 16:49:11 -04:00
UnitTestCellDeepCopy.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestCellGradient.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestCellMeasure.cxx Fix cell measure when using double precision as default. 2018-05-18 14:05:06 -04:00
UnitTestCellSetConnectivity.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
UnitTestCellSetDualGraph.cxx remove using namespace, specify fully qualified names 2018-05-02 13:53:07 -06:00
UnitTestClipping.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestContourTreeUniform.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestContourTreeUniformAugmented.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestCoordinateSystemTransform.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestCosmoTools.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestCrossProduct.cxx Rename vtkm::dot() to vtkm::Dot(). 2018-05-17 08:51:01 -04:00
UnitTestDotProduct.cxx Rename vtkm::dot() to vtkm::Dot(). 2018-05-17 08:51:01 -04:00
UnitTestExternalFaces.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestExtractGeometry.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestExtractPoints.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestExtractStructured.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestFieldHistogram.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestFieldStatistics.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
UnitTestImageConnectivity.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
UnitTestInnerJoin.cxx remove using namespace, specify fully qualified names 2018-05-02 13:53:07 -06:00
UnitTestKdTreeBuildNNS.cxx Misc. typos 2018-06-14 16:49:11 -04:00
UnitTestKeys.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestMagnitude.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestMarchingCubes.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestMask.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestMaskPoints.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestNDimsEntropy.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestNDimsHistMarginalization.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestNDimsHistogram.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestNormalize.cxx Normalize worklet (both in place, and copy). 2017-12-19 11:44:30 -05:00
UnitTestParticleAdvection.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestPointElevation.cxx Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
UnitTestPointGradient.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestPointTransform.cxx UnitTestPointTransform: fix errors when using double as float type. 2018-05-08 14:52:23 -04:00
UnitTestProbe.cxx Fix warnings about using template outside of a template 2018-10-16 22:41:19 -06:00
UnitTestRemoveUnusedPoints.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestScalarsToColors.cxx Add ScalarsToColors worklet(s) 2018-01-16 13:03:41 -05:00
UnitTestScatterCounting.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
UnitTestScatterPermutation.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
UnitTestSplatKernels.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestSplitSharpEdges.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestStreamingSine.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
UnitTestStreamLineUniformGrid.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
UnitTestSurfaceNormals.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestTetrahedralize.cxx Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
UnitTestThreshold.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestThresholdPoints.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestTriangulate.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestVertexClustering.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestWarpScalar.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestWarpVector.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestWaveletCompressor.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
UnitTestWaveletGenerator.cxx Fix off-by-one error in WaveletGen extents. 2018-08-21 14:21:42 -04:00
UnitTestWholeCellSetIn.cxx VTK-m now supports passing pointers when invoking worklets. 2018-07-06 14:27:36 -04:00
UnitTestWorkletMapField.cxx VTK-m now supports passing pointers when invoking worklets. 2018-07-06 14:27:36 -04:00
UnitTestWorkletMapFieldExecArg.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
UnitTestWorkletMapFieldWholeArray.cxx Change the namespacing of atomic array 2018-07-02 16:25:48 -06:00
UnitTestWorkletMapPointNeighborhood.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
UnitTestWorkletMapTopologyExplicit.cxx VTK-m now supports passing pointers when invoking worklets. 2018-07-06 14:27:36 -04:00
UnitTestWorkletMapTopologyUniform.cxx VTK-m now supports passing pointers when invoking worklets. 2018-07-06 14:27:36 -04:00
UnitTestWorkletReduceByKey.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00