vtk-m2/vtkm/cont/openmp
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
..
internal Remove VTKM_EXEC modifiers from CPU devices 2018-07-11 16:45:30 -06:00
testing Make sure the PointLocatorUniform uses the correct runtime device 2018-07-03 17:42:57 -04:00
CMakeLists.txt Add initial version of an OpenMP backend. 2018-05-31 16:47:48 -04:00
DeviceAdapterOpenMP.h Add initial version of an OpenMP backend. 2018-05-31 16:47:48 -04:00