MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / error_cudaEncounteredIrrecoverableError

Function error_cudaEncounteredIrrecoverableError

quest/src/core/errors.cpp:685–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685void error_cudaEncounteredIrrecoverableError() {
686
687 raiseInternalError("The CUDA API encountered an irrecoverable \"sticky\" error which was attemptedly cleared as if it were non-sticky.");
688}
689
690
691

Callers 1

clearPossibleCudaErrorFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected