vtk-m/vtkm/cont/arg
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 Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
CMakeLists.txt Type check input and output array arguments differently 2020-03-19 15:07:01 -06:00
ControlSignatureTagBase.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Transport.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
TransportTagArrayIn.h Fix unnecessary deprecation warnings in visual studio 2020-09-09 06:13:08 -06:00
TransportTagArrayInOut.h Fix unnecessary deprecation warnings in visual studio 2020-09-09 06:13:08 -06:00
TransportTagArrayOut.h Fix unnecessary deprecation warnings in visual studio 2020-09-09 06:13:08 -06:00
TransportTagAtomicArray.h Remove device template argument from AtomicArrayExecutionObject 2021-02-04 08:47:28 -07:00
TransportTagBitField.h
TransportTagCellSetIn.h
TransportTagExecObject.h
TransportTagKeyedValuesIn.h
TransportTagKeyedValuesInOut.h
TransportTagKeyedValuesOut.h
TransportTagKeysIn.h
TransportTagTopologyFieldIn.h
TransportTagWholeArrayIn.h Fix unnecessary deprecation warnings in visual studio 2020-09-09 06:13:08 -06:00
TransportTagWholeArrayInOut.h Fix unnecessary deprecation warnings in visual studio 2020-09-09 06:13:08 -06:00
TransportTagWholeArrayOut.h Fix unnecessary deprecation warnings in visual studio 2020-09-09 06:13:08 -06:00
TypeCheck.h
TypeCheckTagArrayIn.h Type check input and output array arguments differently 2020-03-19 15:07:01 -06:00
TypeCheckTagArrayInOut.h Type check input and output array arguments differently 2020-03-19 15:07:01 -06:00
TypeCheckTagArrayOut.h Type check input and output array arguments differently 2020-03-19 15:07:01 -06:00
TypeCheckTagAtomicArray.h Optionally remove all use of ArrayHandleVirtual 2020-09-04 22:52:45 -06:00
TypeCheckTagBitField.h
TypeCheckTagCellSet.h
TypeCheckTagCellSetStructured.h Type check input and output array arguments differently 2020-03-19 15:07:01 -06:00
TypeCheckTagExecObject.h
TypeCheckTagKeys.h Add non-templated base class to Keys class. 2020-05-21 08:34:07 -06:00