vtk-m2/vtkm/cont/cuda
Kenneth Moreland d879188de0 Make DispatcherBase invoke using a TryExecute
Rather than force all dispatchers to be templated on a device adapter,
instead use a TryExecute internally within the invoke to select a device
adapter.

Because this removes the need to declare a device when invoking a
worklet, this commit also removes the need to declare a device in
several other areas of the code.
2018-08-29 19:18:54 -07:00
..
internal Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
testing Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
ChooseCudaDevice.h Misc. Typos 2018-03-28 09:45:07 -04:00
CMakeLists.txt Prefer using existence of targets when looking for TBB/CUDA support 2018-01-08 14:00:57 -05:00
DeviceAdapterCuda.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ErrorCuda.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00