#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | mim_cu_check (int result) |
| Aborts the program if a CUDA Driver API call returned a non-zero CUresult. | |
| void mim_cu_check | ( | int | result | ) |
Aborts the program if a CUDA Driver API call returned a non-zero CUresult.
The backend emits a call to this after every driver call instead of open-coding error handling.
Definition at line 16 of file mim_cuda_rt.c.