vtk-m/vtkm/exec
Thomas Otahal 5e72f96b99 CPU parallel radix sorting
Created split implementation. Parallel radix
sort calls moved to vtkm_cont library.

Added key value radix sorts. SortByKey will invoke
radix sort when the key is a fundamental C++ numeric
or character type.

Added fast path for vtkm::SortLess and vtkm::SortGreater
calls to Sort and SortByKey.
2018-01-31 14:08:14 -07:00
..
arg More changes to Neighborhood code to make it more easy to use. 2017-09-25 09:03:14 -04:00
cuda Suppress false positive warnings about calling host device functions. 2018-01-02 10:40:49 -05:00
internal increased the number of arguments to worklets 2018-01-04 12:06:16 -07:00
serial Update copyright for Sandia 2017-09-20 15:33:44 -06:00
tbb CPU parallel radix sorting 2018-01-31 14:08:14 -07:00
testing Update Newton's Method to return solution status 2017-10-10 14:01:41 -04:00
AtomicArray.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CellDerivative.h Fix some additional warnings. 2017-10-23 11:48:19 -04:00
CellEdge.h Remove VTKM_EXEC_CONSTANT 2017-12-05 13:49:55 -05:00
CellFace.h Remove VTKM_EXEC_CONSTANT 2017-12-05 13:49:55 -05:00
CellInside.h Add a CellLocator 2017-10-10 14:01:41 -04:00
CellInterpolate.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CMakeLists.txt Add a CellLocator 2017-10-10 14:01:41 -04:00
ConnectivityExplicit.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConnectivityPermuted.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConnectivityStructured.h MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
ExecutionObjectBase.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ExecutionWholeArray.h Replace ExecutionWholeArray with WholeArray 2018-01-02 10:30:16 -05:00
FunctorBase.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ImplicitFunction.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Jacobian.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ParametricCoordinates.h Update Newton's Method to return solution status 2017-10-10 14:01:41 -04:00
TaskBase.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00