alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::cuda::detail Namespace Reference

Functions

ALPAKA_FN_HOST auto cudaDrvCheck (CUresult const &error, char const *desc, char const *file, int const &line) -> void
 CUDA driver API error checking with log and exception, ignoring specific error values. More...
 

Function Documentation

◆ cudaDrvCheck()

ALPAKA_FN_HOST auto alpaka::cuda::detail::cudaDrvCheck ( CUresult const &  error,
char const *  desc,
char const *  file,
int const &  line 
) -> void
inline

CUDA driver API error checking with log and exception, ignoring specific error values.

Definition at line 18 of file Cuda.hpp.