vtk-m2/vtkm/cont/serial/internal
Kenneth Moreland 91df123055 Remove VTKM_EXEC modifiers from CPU devices
Having VTKM_EXEC on algorithms for CPU devices was problematic because
the algorithms were specific to the CPU, but during a CUDA compile it
would try to compile device code (for no reasons since it was never
called on a device).

Remove these identifiers for the idea that a device implementation knows
specifically what function modifiers to use and does not need the VTK-m
defined catch-alls.
2018-07-11 16:45:30 -06:00
..
ArrayManagerExecutionSerial.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ArrayManagerExecutionSerial.h vtk-m ArrayHandle + basic storage has an optimized PrepareForDevice method 2018-02-16 10:00:28 -05:00
CMakeLists.txt Re-implement DeviceAdapterRuntimeDetector to avoid ODR violations. 2018-05-15 13:08:34 -04:00
DeviceAdapterAlgorithmSerial.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DeviceAdapterAlgorithmSerial.h Remove VTKM_EXEC modifiers from CPU devices 2018-07-11 16:45:30 -06:00
DeviceAdapterRuntimeDetectorSerial.cxx Re-implement DeviceAdapterRuntimeDetector to avoid ODR violations. 2018-05-15 13:08:34 -04:00
DeviceAdapterRuntimeDetectorSerial.h Re-implement DeviceAdapterRuntimeDetector to avoid ODR violations. 2018-05-15 13:08:34 -04:00
DeviceAdapterTagSerial.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ExecutionArrayInterfaceBasicSerial.cxx vtk-m ArrayHandle + basic storage has an optimized PrepareForDevice method 2018-02-16 10:00:28 -05:00
ExecutionArrayInterfaceBasicSerial.h Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
VirtualObjectTransferSerial.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00