vtk-m/vtkm/exec
Robert Maynard b3687c6f3c Workaround inclusive_scan issues in thrust 1.8.X for complex value types.
The original workaround for inclusive_scan bugs in thrust 1.8 only solved the
issue for basic arithmetic types such as int, float, double. Now we go one
step further and fix the problem for all types.

The solution is to provide a proper implementation of destructive_accumulate_n
and make sure it exists before any includes of thrust occur.
2015-11-09 17:14:30 -05:00
..
arg Add ability to multiply any Vec by vtkm::Float64. 2015-11-07 06:33:50 -07:00
cuda Workaround inclusive_scan issues in thrust 1.8.X for complex value types. 2015-11-09 17:14:30 -05:00
internal Propagate vtkm::Id3 scheduling down to the ThreadIndex classes. 2015-10-20 09:29:41 -04:00
testing Fix conversion warnings when using double precision. 2015-11-07 06:35:24 -07:00
Assert.h Some fixes to VertexClustering 2015-06-29 15:14:50 -06:00
CellDerivative.h Fix conversion warnings when using double precision. 2015-11-07 06:35:24 -07:00
CellInterpolate.h Special implementation of cell interpolate for rectilinear cells 2015-09-02 13:50:31 -07:00
CMakeLists.txt Add CellSetPermutation which allows custom iteration over a cell set. 2015-10-01 09:23:10 -04:00
ConnectivityExplicit.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
ConnectivityStructured.h Add ability to multiply any Vec by vtkm::Float64. 2015-11-07 06:33:50 -07:00
ConnectivityStructuredPermuted.h Add CellSetPermutation which allows custom iteration over a cell set. 2015-10-01 09:23:10 -04:00
ExecutionObjectBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExecutionWholeArray.h Change ExecutionWholeArray interface to match expected for ArrayPortal 2015-09-09 13:30:12 -06:00
FunctorBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
NewtonsMethod.h WorldCoordinatesToParametricCoordinates functions 2015-08-27 16:31:07 -06:00
ParametricCoordinates.h Special implementation of parametric coordinates for rectilinear cells 2015-09-02 13:50:31 -07:00