vtk-m/vtkm/worklet
Steven Walton e0000f35f5 Should be working now
Did a bad rebase to fix old commit message. Propagated merge conflicts
through so things got really confusing. Code looks to be back to normal
now though.
2019-05-30 12:48:20 -07:00
..
clip Moving ClipTables 2018-12-18 09:57:00 +05:30
colorconversion Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
connectivities Less vtkm_cont cxx files bring in the cuda device 2019-04-01 08:21:07 -04:00
contour MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
contourtree VTK-m once again uses consistent include style 2019-03-28 14:12:08 -04:00
contourtree_augmented Move select functions to host only to remove host/device suppressions 2019-04-03 12:48:33 -04:00
cosmotools Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
gradient Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
histogram Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
internal Merge topic 'refactor_cast_and_call_location' 2019-04-04 10:05:22 -04:00
particleadvection Correctly override the proper PrepareForExecution method 2019-04-05 17:14:46 -04:00
spatialstructure Put CellLocatorBoundingIntervalHierarchy in vtkm_cont library 2019-03-20 17:33:08 -06:00
splatkernels VTK-m once again uses consistent include style 2019-03-28 14:12:08 -04:00
testing Should be working now 2019-05-30 12:48:20 -07:00
tetrahedralize Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
triangulate Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
wavelets Introduce asynchronous and device independent timer 2019-02-05 12:01:56 -05:00
zfp Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
AverageByKey.h Fix warnings about conversion to int8 2019-03-15 10:38:15 -06:00
CellAverage.h Fix warnings about conversion to int8 2019-03-15 10:38:15 -06:00
CellDeepCopy.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
CellMeasure.h VTK-m once again uses consistent include style 2019-03-28 14:12:08 -04:00
Clip.h Make sure ThrustPatches is included before thrust. 2019-04-03 08:51:05 -04:00
CMakeLists.txt Add ability to remove degenerate cells in CleanGrid 2019-02-26 12:44:57 -07:00
ContourTreeUniform.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ContourTreeUniformAugmented.h Introduce asynchronous and device independent timer 2019-02-05 12:01:56 -05:00
CoordinateSystemTransform.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
CosmoTools.h Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
CrossProduct.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
DispatcherMapField.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
DispatcherMapTopology.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
DispatcherPointNeighborhood.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
DispatcherReduceByKey.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
DispatcherStreamingMapField.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
DotProduct.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
ExternalFaces.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
ExtractGeometry.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
ExtractPoints.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
ExtractStructured.h Should be working now 2019-05-30 12:48:20 -07:00
FieldEntropy.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
FieldHistogram.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
FieldStatistics.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
Gradient.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Invoker.h Add an easier way to launch vtkm worklets 2018-09-04 15:01:18 -04:00
KdTree3D.h Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
KernelSplatter.h Introduce asynchronous and device independent timer 2019-02-05 12:01:56 -05:00
Keys.cxx Reduce the number of precompiled Keys instantiations 2019-01-28 15:44:37 -05:00
Keys.h VTK-m now doesn't use reserved C++ identifiers 2019-02-28 15:08:08 -05:00
Magnitude.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
MarchingCubes.h Less vtkm_cont cxx files bring in the cuda device 2019-04-01 08:21:07 -04:00
Mask.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
MaskIndices.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
MaskNone.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
MaskPoints.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
MaskSelect.cxx Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
MaskSelect.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
NDimsEntropy.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
NDimsHistMarginalization.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
NDimsHistogram.h Update vtkm/worklet to work with ArrayHandleVariant 2018-12-27 14:35:56 -05:00
Normalize.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
OscillatorSource.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
ParticleAdvection.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
PointAverage.h Fix warnings about conversion to int8 2019-03-15 10:38:15 -06:00
PointElevation.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
PointMerge.h Add ability to remove degenerate cells in CleanGrid 2019-02-26 12:44:57 -07:00
PointTransform.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
Probe.h Add CellLocatorGeneral 2019-04-03 10:22:05 -04:00
RemoveDegenerateCells.h Add ability to remove degenerate cells in CleanGrid 2019-02-26 12:44:57 -07:00
RemoveUnusedPoints.h Add point merge capabilities to CleanGrid filter 2019-02-26 12:44:33 -07:00
ScalarsToColors.h Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
ScalarsToColors.hxx Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
ScatterCounting.cxx Make a vtkm_worklet library 2019-01-23 17:09:15 -07:00
ScatterCounting.h Add most common implementations of Keys templates to library 2019-01-24 13:18:10 -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
SplitSharpEdges.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
StableSortIndices.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
StreamLineUniformGrid.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
SurfaceNormals.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
Tetrahedralize.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
Threshold.h Add ability to remove degenerate cells in CleanGrid 2019-02-26 12:44:57 -07:00
ThresholdPoints.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
Triangulate.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
VertexClustering.h Introduce asynchronous and device independent timer 2019-02-05 12:01:56 -05:00
WarpScalar.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
WarpVector.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
WaveletCompressor.h Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
WaveletGenerator.h Less vtkm_cont cxx files bring in the cuda device 2019-04-01 08:21:07 -04:00
WorkletMapField.h Remove type lists from ControlSignature arguments for arrays 2019-01-11 12:15:16 -07:00
WorkletMapTopology.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
WorkletPointNeighborhood.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
WorkletReduceByKey.h Add Mask capabilities to worklets 2019-02-25 08:58:39 -07:00
ZFP1DCompressor.h Move zfp helper functions to zfp namespace and remove debug code 2018-12-21 16:36:09 -05:00
ZFP1DDecompress.h Move zfp helper functions to zfp namespace and remove debug code 2018-12-21 16:36:09 -05:00
ZFP2DCompressor.h Move zfp helper functions to zfp namespace and remove debug code 2018-12-21 16:36:09 -05:00
ZFP2DDecompress.h Move zfp helper functions to zfp namespace and remove debug code 2018-12-21 16:36:09 -05:00
ZFPCompressor.h Move zfp helper functions to zfp namespace and remove debug code 2018-12-21 16:36:09 -05:00
ZFPDecompress.h Move zfp helper functions to zfp namespace and remove debug code 2018-12-21 16:36:09 -05:00