Skip to content
  • Kenneth Moreland's avatar
    Remove VTKM_EXEC modifiers from CPU devices · 91df1230
    Kenneth Moreland authored
    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.
    91df1230