public class CudaException extends RuntimeException
Please See the cuda docs for more details on how this works.
In general you can recover from cuda errors even in async calls if you make sure that you don't switch between threads for different parts of processing that can be retried as a chunk.
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.