vtk-m/vtkm/worklet/internal
Kenneth Moreland c55d15f397 Deprecate ArrayHandle::ExecutionTypes
The newer version of `ArrayHandle` no longer supports different types of
portals for different devices. Thus, the `ReadPortalType` and
`WritePortalType` are sufficient for all types of portals across all
devices.

This significantly simplifies supporting execution objects on devices,
and thus this change also includes many changes to various execution
objects to remove their dependence on the device adapter tag.
2021-02-08 12:17:37 -07: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 Add dispatcher type when logging worklet invocation 2020-10-08 16:10:00 -06: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