vtk-m/vtkm/exec/testing
Kenneth Moreland c029ac113d Expose the Variant helper class
For several versions, VTK-m has had a `Variant` templated class. This acts
like a templated union where the object will store one of a list of types
specified as the template arguments. (There are actually 2 versions for the
control and execution environments, respectively.)

Because this is a complex class that required several iterations to work
through performance and compiler issues, `Variant` was placed in the
`internal` namespace to avoid complications with backward compatibility.
However, the class has been stable for a while, so let us expose this
helpful tool for wider use.
2022-11-01 07:52:41 -06:00
..
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
TestingTaskTiling.h Add module mechanism 2022-10-26 12:51:05 -06:00
ThreadIndicesTesting.h Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestCellDerivative.cxx Revert change the removes printing of seed. 2020-11-18 11:03:19 -05:00
UnitTestCellEdgeFace.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestCellInterpolate.cxx Fix divide-by-zero in UnitTestCellInterpolate 2021-07-12 10:29:46 -06:00
UnitTestErrorMessageBuffer.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestExecutionSignatureTag.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayDirectIn3d.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayDirectIn.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayDirectInOut.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayDirectOut.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayNeighborhoodIn.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayTopologyMapIn.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchExecObject.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchWorkIndex.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestParametricCoordinates.cxx Revert change the removes printing of seed. 2020-11-18 11:03:19 -05:00
UnitTestTaskSingular.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestVariant.cxx Expose the Variant helper class 2022-11-01 07:52:41 -06:00
UnitTestWorkletInvokeFunctor.cxx Add module mechanism 2022-10-26 12:51:05 -06:00