vtk-m2/vtkm/worklet
Robert Maynard 91fd7f4f74 Merge topic 'ppp2'
c05b04c9d Fix windows warnings of duplicate symbols
12b90c434 Rename PPP2 to Augmented.
6f5c383e1 Move PPP2 over to constexpr instead of defines
f828ebfd4 Update PPP2 to dispatcher that don't require a device adapter template
98fd16d9a Correct PPP2 warnings found from 32bit builders
b460f5611 Make sure ContourTreeApp obeys the desired device
432ee3422 Optimize the PPP2 ActiveGraphs to reduce size of device transfers
2370a6cc5 Refactor the PPP2 work based on Code Review and add UnitTests.
...

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1376
2018-09-29 09:40:17 -04:00
..
colorconversion ConvertToRGB with Vec<uint,3> was missing VTKM_EXEC markup. 2018-05-31 09:23:37 -04:00
connectivities Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
contour MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
contourtree Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
contourtree_augmented Fix windows warnings of duplicate symbols 2018-09-27 14:07:45 -07:00
cosmotools Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
gradient Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
histogram Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
internal Suppress CUDA 10 warnings about __host__ / __device__ 2018-09-20 14:02:16 -04:00
particleadvection Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
spatialstructure Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
splatkernels Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
testing Rename PPP2 to Augmented. 2018-09-26 10:48:37 -07:00
tetrahedralize Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
triangulate Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
wavelets Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
AverageByKey.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
CellAverage.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
CellDeepCopy.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
CellMeasure.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
Clip.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
CMakeLists.txt Rename PPP2 to Augmented. 2018-09-26 10:48:37 -07:00
ContourTreeUniform.h Correct Wstrict-overflow issues with gcc 5 and 6 2018-05-09 08:26:45 -04:00
ContourTreeUniformAugmented.h Rename PPP2 to Augmented. 2018-09-26 10:48:37 -07:00
CoordinateSystemTransform.h Set device for CoordinateTransformFilter 2018-08-30 16:58:24 -04:00
CosmoTools.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CrossProduct.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
DispatcherMapField.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
DispatcherMapTopology.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
DispatcherPointNeighborhood.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
DispatcherReduceByKey.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
DispatcherStreamingMapField.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
DotProduct.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
ExternalFaces.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
ExtractGeometry.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
ExtractPoints.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
ExtractStructured.h Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
FieldEntropy.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
FieldHistogram.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
FieldStatistics.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
Gradient.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
Invoker.h Add an easier way to launch vtkm worklets 2018-09-04 15:01:18 -04:00
KdTree3D.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
KernelSplatter.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
Keys.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Magnitude.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
MarchingCubes.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
Mask.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
MaskPoints.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
NDimsEntropy.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
NDimsHistMarginalization.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
NDimsHistogram.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
Normalize.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
OscillatorSource.h Add a point-oscillator filter + example 2018-07-18 09:33:06 -04:00
ParticleAdvection.h Replicating Rob's changes from the master 2018-05-07 10:48:26 -07:00
PointAverage.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
PointElevation.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
PointTransform.h Adding PointTransform filter and updating PointTranform worklet. 2018-06-14 12:23:22 -04:00
Probe.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
RemoveUnusedPoints.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
ScalarsToColors.h Make sure ScalarsToColors actually updates the Range it stores 2018-02-01 10:28:38 -05:00
ScalarsToColors.hxx Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
ScatterCounting.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
ScatterIdentity.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ScatterPermutation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ScatterUniform.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
StableSortIndices.h Add StableSortIndices worklet. 2017-09-28 13:02:33 -04:00
StreamLineUniformGrid.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
SurfaceNormals.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
Tetrahedralize.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
Threshold.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
ThresholdPoints.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
Triangulate.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
VertexClustering.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
WarpScalar.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
WarpVector.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
WaveletCompressor.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
WaveletGenerator.h Fix off-by-one error in WaveletGen extents. 2018-08-21 14:21:42 -04:00
WorkletMapField.h Add an easier way to launch vtkm worklets 2018-09-04 15:01:18 -04:00
WorkletMapTopology.h Add an easier way to launch vtkm worklets 2018-09-04 15:01:18 -04:00
WorkletPointNeighborhood.h Add an easier way to launch vtkm worklets 2018-09-04 15:01:18 -04:00
WorkletReduceByKey.h Add an easier way to launch vtkm worklets 2018-09-04 15:01:18 -04:00