vtk-m/vtkm/worklet/spatialstructure
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
..
BoundingIntervalHierarchy.h Fix BIH split calculations for empty regions 2021-07-12 10:29:46 -06:00
CMakeLists.txt Deprecate KdTree3D worklets 2021-08-02 09:50:41 -06:00
KdTree3DConstruction.h Deprecate KdTree3D worklets 2021-08-02 09:50:41 -06:00
KdTree3DNNSearch.h Deprecate KdTree3D worklets 2021-08-02 09:50:41 -06:00