Skip to content
  • Utkarsh Ayachit's avatar
    add `vtkm::cont::ErrorFilterExecution` · cebe6820
    Utkarsh Ayachit authored
    Adding a new exception type `vtkm::cont::ErrorFilterExecution`. Unlike
    existing exceptions, when thrown in `TryExecute`, this exception causes
    the call to not attempt to execute on any other devices and let it be
    thrown so that the application can catch it.
    cebe6820