vtk-m2/vtkm/worklet/testing
Kenneth Moreland 4bf8bfb1fa Deprecate KdTree3D worklets
The implementation of the search in the k-d tree is problematic because
it uses unbounded recursion. This is a problem for GPU devices, which
have very short stacks set by how many calls the compiler determines.
This is fixable, but the fix is not trivial.

This class is not used anywhere in VTK-m other than a trivial test.
Thus, I am just deprecating the class. I am also deleting the test, so
the code is not run anymore.
2021-08-02 09:50:41 -06:00
..
CMakeLists.txt Deprecate KdTree3D worklets 2021-08-02 09:50:41 -06:00
GenerateTestDataSets.h Move PA tests into Streamline 2020-11-02 16:25:38 -05:00
UnitTestAverageByKey.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestBoundingIntervalHierarchy.cxx Fix uninitialized variable warning on gcc-10.3 2021-04-21 16:31:31 +00:00
UnitTestCellAverage.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCellDeepCopy.cxx Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
UnitTestCellGradient.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestCellMeasure.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestCellSetConnectivity.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestCellSetDualGraph.cxx Fix tests that relied on stable sort 2020-08-27 14:50:51 -06:00
UnitTestClipping.cxx Remove use of deprecated ImplicitFunctions with virtual methods 2021-02-22 06:40:02 -07:00
UnitTestClippingWithFunction.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestContour.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestContourTreeUniform.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestContourTreeUniformAugmented.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestContourTreeUniformDistributed.cxx Disable debug output in UnitTestContourTreeUniformDistributed 2021-06-28 15:44:43 -07:00
UnitTestCoordinateSystemTransform.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestCosmoTools.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestCrossProduct.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestDescriptiveStatistics.cxx fix floating point casting warning in worklet test 2020-09-08 17:47:53 +00:00
UnitTestDotProduct.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestExternalFaces.cxx Test that no warnings are generated and tests pass. 2020-04-29 11:30:18 -04:00
UnitTestExtractGeometry.cxx Remove use of deprecated ImplicitFunctions with virtual methods 2021-02-22 06:40:02 -07:00
UnitTestExtractPoints.cxx Remove use of deprecated ImplicitFunctions with virtual methods 2021-02-22 06:40:02 -07:00
UnitTestExtractStructured.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestFieldHistogram.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestFieldStatistics.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestGraphConnectivity.cxx remove test on large graph and sample data 2020-10-08 13:26:46 -06:00
UnitTestImageConnectivity.cxx Change Field to hold UnknownArrayHandle rather than VariantArrayHandle 2021-01-14 17:01:22 -07:00
UnitTestInnerJoin.cxx Fix tests that relied on stable sort 2020-08-27 14:50:51 -06:00
UnitTestKeys.cxx Make deprecated tags more descriptive 2021-02-09 09:45:41 -07:00
UnitTestMagnitude.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestMask.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestMaskIndices.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestMaskPoints.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestMaskSelect.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestNDimsEntropy.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestNDimsHistMarginalization.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestNDimsHistogram.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestNormalize.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestOrientNormals.cxx Print additional information on failure to facilitate debugging. 2021-04-13 09:08:52 -04:00
UnitTestParticleAdvection.cxx Removing virtuals v1 2021-03-22 23:00:36 -07:00
UnitTestPointElevation.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestPointerJumping.cxx Break circular dependency of ArrayCopy.h and UnknownArrayHandle.h 2021-02-02 17:33:08 -07:00
UnitTestPointGradient.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestPointTransform.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestProbe.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestRemoveUnusedPoints.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestScalarsToColors.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestScatterAndMask.cxx Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
UnitTestScatterAndMaskWithTopology.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestScatterCounting.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestScatterPermutation.cxx Remove locking control ArrayPortals 2020-03-16 07:10:10 -06:00
UnitTestSplatKernels.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestSplitSharpEdges.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestStreamLineUniformGrid.cxx Fix errors with memory access 2020-07-23 11:02:40 -06:00
UnitTestStreamSurface.cxx Test that no warnings are generated and tests pass. 2020-04-29 11:30:18 -04:00
UnitTestSurfaceNormals.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestTemporalAdvection.cxx Removing virtuals v1 2021-03-22 23:00:36 -07:00
UnitTestTetrahedralize.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestThreshold.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestThresholdPoints.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestTriangleWinding.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestTriangulate.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestTube.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestVertexClustering.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWarpScalar.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWarpVector.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestWaveletCompressor.cxx Ignore computationTime. 2021-04-12 18:51:52 -04:00
UnitTestWholeCellSetIn.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestWorkletMapField3d.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestWorkletMapField.cxx Deprecate ArrayHandle::Shrink 2021-02-01 08:07:40 -07:00
UnitTestWorkletMapFieldExecArg.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestWorkletMapFieldWholeArray.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestWorkletMapFieldWholeArrayAtomic.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestWorkletMapPointNeighborhood.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWorkletMapTopologyExplicit.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWorkletMapTopologyUniform.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWorkletReduceByKey.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestZFPCompressor.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00