cub::Debug#
- cudaError_t cub::Debug(
- cudaError_t error,
- const char *filename,
- int line,
If
CUB_STDERRis defined anderroris notcudaSuccess, the corresponding error message is printed tostderr(orstdoutin device code) along with the supplied source context.- Returns:
The CUDA error.