| 683 | } |
| 684 | |
| 685 | void 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 |
no test coverage detected