vtk-m/vtkm/filter/testing
Kenneth Moreland 869535b23f Remove uses of ScopedCudaStackSize
Since we have (hopefully) gotten rid of all unbounded recursion and
calls to function pointers or virtual methods, the CUDA compiler should
be able to statically determine the size of the stack needed. Thus, we
shouldn't need `ScopedCudaStackSize` at all.

However, there is one odd case where using it seems to be necessary. It
is unclear why, but that is an issue for another day.
2021-08-02 09:53:02 -06:00
..
CMakeLists.txt Add Slice filter and tests 2021-05-28 11:35:51 -04:00
RegressionTestContourFilter.cxx add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
RegressionTestPointTransform.cxx add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
RegressionTestSliceFilter.cxx Add Slice filter and tests 2021-05-28 11:35:51 -04:00
RegressionTestSplitSharpEdges.cxx add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
RegressionTestStreamline.cxx add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
RegressionTestSurfaceNormals.cxx add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
TestingContourTreeUniformDistributedFilter.h Fix compile error due to incorrect type. 2020-12-02 14:29:17 -08:00
UnitTestCellAverageFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestCellMeasuresFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestCellSetConnectivityFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestCleanGrid.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestClipWithFieldFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestClipWithImplicitFunctionFilter.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestContourFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestContourFilterNormals.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestContourTreeUniformAugmentedFilter.cxx Ported distributed contour tree prototype to vtk-m 2020-12-02 14:29:11 -08:00
UnitTestContourTreeUniformDistributedFilter.cxx Re-enabled tests with external files (and added required files to Git LFS) 2021-01-29 09:45:13 -08:00
UnitTestContourTreeUniformDistributedFilterMPI.cxx Re-enable marching cubes unit tests for disitrbuted contour tree 2021-01-28 11:51:42 -08:00
UnitTestContourTreeUniformFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestCoordinateSystemTransform.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestCrossProductFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestDotProductFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestEntropyFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestExternalFacesFilter.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestExtractGeometryFilter.cxx Remove use of deprecated ImplicitFunctions with virtual methods 2021-02-22 06:40:02 -07:00
UnitTestExtractPointsFilter.cxx Remove use of deprecated ImplicitFunctions with virtual methods 2021-02-22 06:40:02 -07:00
UnitTestExtractStructuredFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestFieldMetadata.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestFieldSelection.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestFieldToColors.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestGhostCellClassify.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestGhostCellRemove.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestGradientExplicit.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestGradientUniform.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestHistogramFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestImageConnectivityFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestImageDifferenceFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestImageMedianFilter.cxx Reduce runtime of unit tests. 2021-04-12 18:51:51 -04:00
UnitTestLagrangianFilter.cxx Reduce runtime of unit tests. 2021-04-12 18:51:51 -04:00
UnitTestLagrangianStructuresFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestMapFieldMergeAverage.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestMapFieldPermutation.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestMaskFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestMaskPointsFilter.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestMeshQualityFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestNDEntropyFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestNDHistogramFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestParticleDensity.cxx Speed up particle density unit test. 2021-04-12 18:51:51 -04:00
UnitTestParticleMessengerMPI.cxx Rename the Particle classes. 2020-08-26 08:59:51 -04:00
UnitTestPartitionedDataSetFilters.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestPartitionedDataSetHistogramFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestPointAverageCellSetExtrude.cxx removing ArrayHandleExtrude* 2021-02-10 15:20:35 -05:00
UnitTestPointAverageFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestPointElevationFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestPointTransform.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestProbe.cxx Enable setting invalid value in probe filter 2020-06-03 15:29:37 -06:00
UnitTestSplitSharpEdgesFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestStreamlineFilter.cxx General: remove warnings in the CI 2021-06-26 18:12:56 -04:00
UnitTestStreamlineFilterMPI.cxx Remove uses of ScopedCudaStackSize 2021-08-02 09:53:02 -06:00
UnitTestStreamSurfaceFilter.cxx Rename the Particle classes. 2020-08-26 08:59:51 -04:00
UnitTestSurfaceNormalsFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestTetrahedralizeFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestThresholdFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestThresholdPointsFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestTriangulateFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestTubeFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestVectorMagnitudeFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestVertexClusteringFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWarpScalarFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWarpVectorFilter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestZFP.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00