vtk-m/vtkm
Robert Maynard 10895f0ea5 RuntimeDeviceTracker DeepyCopy is better optimized.
The DeepCopy method is used when a ScopedGlobalRuntimeDeviceTracker
is constructed. This in turn causes the rebuilding of the device
names and states which isn't a free operation. Now we copy the already
computed information.

This was noticeable when using ArrayHandleTransform since it uses
ScopedGlobalRuntimeDeviceTracker when construction host side
portals.
2019-01-03 15:03:35 -05:00
..
cont RuntimeDeviceTracker DeepyCopy is better optimized. 2019-01-03 15:03:35 -05:00
exec Support pointers in vtkm::exec::Fetch classes 2018-12-27 13:19:40 -05:00
filter Merge topic 'run_filter_tests_with_per_device' 2019-01-01 16:05:26 -05:00
internal Add StorageVirtual and ArrayHandleVirtual to vtkm::cont 2018-12-27 14:35:56 -05:00
interop Interop now works when device adapter isn't known. 2018-12-27 11:44:19 -05:00
io Rename ArrayHandleVariant to VariantArrayHandle. 2018-12-27 14:35:56 -05:00
rendering Rename ArrayHandleVariant to VariantArrayHandle. 2018-12-27 14:35:56 -05:00
testing Verify more core vtkm types have proper move semantics. 2019-01-02 12:46:30 -05:00
thirdparty Misc. typos 2018-10-04 10:30:33 -04:00
worklet Adding fix for Clip failure 2018-12-29 13:50:43 -08:00
.gitattributes taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Assert.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BaseComponent.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BinaryOperators.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BinaryPredicates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Bitset.h Verify more core vtkm types have proper move semantics. 2019-01-02 12:46:30 -05:00
Bounds.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CellShape.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CellTraits.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CMakeLists.txt Add StorageVirtual and ArrayHandleVirtual to vtkm::cont 2018-12-27 14:35:56 -05:00
Flags.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Geometry.h Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
Geometry.hxx Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
GhostCell.h Add new files for ghost cells 2018-09-06 11:39:04 -04:00
Hash.h vtkm::Hash now doesn't warn when compiling with 32bit ids. 2018-09-13 13:15:29 -04:00
ImplicitFunction.h Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
ListTag.h Misc. typos 2018-08-07 17:50:41 -04:00
Math.h fixed the gather 2018-12-13 14:49:36 -05:00
Math.h.in fixed the gather 2018-12-13 14:49:36 -05:00
Matrix.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
NewtonsMethod.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Pair.h Merge topic 'add_more_types_to_move_constructor_test' 2019-01-02 16:50:31 -05:00
Range.h Verify more core vtkm types have proper move semantics. 2019-01-02 12:46:30 -05:00
RangeId3.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
RangeId.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
StaticAssert.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Swap.h Use thrust::swap for vtkm::Swap in CUDA device code. 2018-06-11 12:27:54 -04:00
TopologyElementTag.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Transform3D.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
TypeListTag.h Fix vtk-m warnings on static osx builds. 2018-09-13 09:15:25 -04:00
Types.h constexpr construction for Vec classes 2018-06-20 14:15:29 -04:00
TypeTraits.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
UnaryPredicates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecAxisAlignedPointCoordinates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecFromPortal.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecFromPortalPermute.h Support pointers in vtkm::exec::Fetch classes 2018-12-27 13:19:40 -05:00
VecFromVirtPortal.h Add StorageVirtual and ArrayHandleVirtual to vtkm::cont 2018-12-27 14:35:56 -05:00
VectorAnalysis.h Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
VecTraits.h Add bool to supported types for VecTraits 2018-08-06 13:10:05 -04:00
VecVariable.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Version.h.in taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VirtualObjectBase.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00