vtk-m/vtkm/cont/arg
Kenneth Moreland 7df5c39358 Remove device template argument from AtomicArrayExecutionObject
The actual code for AtomicArrayExecutionObject does not need to be
specialized by the device. The functionality is implemented by calling
the vtkm::Atomic* methods, which are properly implemented on each
device.
2021-02-04 08:47:28 -07:00
..
testing clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04: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
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