CUDA_CHECK_ERROR_GOTO#
Defined in public/src/operator/include/ErrorCheckMacros.h
-
CUDA_CHECK_ERROR_GOTO(__v, __e, __l)#
Macro to check the return value of a CUDA API call and jump to a label if an error is detected.
Note
To use this macro, you need to include <cuda_runtime.h> and link to the CUDA runtime library.