Fix issue with device function calling host
It is not valid for a method marked VTKM_EXEC to call a function
not marked as such. Missed a condition where this happened.
It is not valid for a method marked VTKM_EXEC to call a function
not marked as such. Missed a condition where this happened.