vtk-m2/vtkm/cont/cuda/internal
Robert Maynard 89f439999a Reduce the amount of typedef statements in DeviceAdapters
By using the auto keyword and decltype we can reduce the number of
complex typedefs that exist when writing device adapter algorithms.
The goal being that it is easier for developers to see the actual
algorithms being implemented, by reducing the amount of template
'noise'.
2017-08-16 14:23:21 -04:00
..
testing clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ArrayManagerExecutionCuda.cu Reuse user-provided cuda device pointers when possible. 2017-08-03 17:21:13 -04:00
ArrayManagerExecutionCuda.h Refactor array transfer logic for basic storage. 2017-06-29 13:18:44 -04:00
ArrayManagerExecutionThrustDevice.h Add CudaAllocator to encapsulate runtime managed memory logic. 2017-07-31 09:08:27 -04:00
CMakeLists.txt Add CudaAllocator to encapsulate runtime managed memory logic. 2017-07-31 09:08:27 -04:00
CudaAllocator.cu Reuse user-provided cuda device pointers when possible. 2017-08-03 17:21:13 -04:00
CudaAllocator.h Reuse user-provided cuda device pointers when possible. 2017-08-03 17:21:13 -04:00
DeviceAdapterAlgorithmCuda.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
DeviceAdapterAlgorithmThrust.h Reduce the amount of typedef statements in DeviceAdapters 2017-08-16 14:23:21 -04:00
DeviceAdapterTagCuda.h Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
MakeThrustIterator.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TaskTuner.h Correct errors in TaskTuner found from the TestBuilds. 2017-07-07 08:40:03 -04:00
ThrustExceptionHandler.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
VirtualObjectTransferCuda.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00