Class CudaFatalException

All Implemented Interfaces:
Serializable

public class CudaFatalException extends CudaException
CudaFatalException is a kind of CudaException which leaves the process in an inconsistent state and any further CUDA work will return the same error. To continue using CUDA, the process must be terminated and relaunched.
See Also: