Closed MorganGrundy closed 1 year ago
c025479 is a good step in the right direction. Currently we handle almost all the errors in the exact same way but we shouldn't. There are two groups:
Some of the error messages might want improved still but we now recover from CUDA errors.
Currently if the CUDA runs into any problems then the application exits. Instead we should cancel, clean up, and show an error to the user.