vtk-m/vtkm/worklet/internal
Kenneth Moreland b0fcab5d7f Do not capture references to execution objects
It is possible for a transport to return a reference to an object.
At some point, however, the object has to be potentially copied
to a different memory space to be used in the execution environment.
This was getting fouled up because the reference type was being
captured. Instead, remove any references from the object.
2021-02-24 11:58:18 -05:00
..
testing clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CMakeLists.txt Make Tuple class 2020-03-16 17:12:16 -06:00
DispatcherBase.h Do not capture references to execution objects 2021-02-24 11:58:18 -05:00
MaskBase.h Make Tuple class 2020-03-16 17:12:16 -06:00
Placeholders.h Move from tao::tuple to vtkm::Tuple 2020-03-16 17:12:16 -06:00
ScatterBase.h Make Tuple class 2020-03-16 17:12:16 -06:00
TriangulateTables.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
WorkletBase.h Merge topic 'no-streaming-arrayhandle' 2020-03-25 11:26:26 -04:00