File check_cuda_errors.h File List > check > check_cuda_errors.h Go to the documentation of this file #pragma once #include <muda/check/check.h> #define checkCudaErrors(val) ::muda::check((val), #val, __FILE__, __LINE__)