vtk-m/vtkm/cont/arg
Kenneth Moreland 0797359c57 Make ExecutionWholeArray objects not depend on device type
With recent changes to `Arrayhandle`, the type for the associated array
portal is now the same across all devices. This means that almost all
exec objects no longer need to be specialized on the device types. Thus,
clean up the whole array exec objects to no longer need to be templated
on device.
2021-02-09 19:16:51 -07:00
..
testing Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
CMakeLists.txt
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 Make ExecutionWholeArray objects not depend on device type 2021-02-09 19:16:51 -07:00
TransportTagWholeArrayInOut.h Make ExecutionWholeArray objects not depend on device type 2021-02-09 19:16:51 -07:00
TransportTagWholeArrayOut.h Make ExecutionWholeArray objects not depend on device type 2021-02-09 19:16:51 -07:00
TypeCheck.h
TypeCheckTagArrayIn.h
TypeCheckTagArrayInOut.h
TypeCheckTagArrayOut.h
TypeCheckTagAtomicArray.h Optionally remove all use of ArrayHandleVirtual 2020-09-04 22:52:45 -06:00
TypeCheckTagBitField.h
TypeCheckTagCellSet.h
TypeCheckTagCellSetStructured.h
TypeCheckTagExecObject.h
TypeCheckTagKeys.h Add non-templated base class to Keys class. 2020-05-21 08:34:07 -06:00