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.
Modifier and Type | Class and Description |
---|---|
static class |
CudaException.CudaError
The Java mirror of cudaError, which facilities the tracking of CUDA errors in JVM.
|
Modifier and Type | Method and Description |
---|---|
CudaException.CudaError |
getCudaError() |
String |
getNativeStacktrace() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getNativeStacktrace()
public CudaException.CudaError getCudaError()
Copyright © 2024. All rights reserved.