#include "alpaka/core/CudaHipCommon.hpp"
#include <iostream>
#include <stdexcept>
#include <string>
#include "alpaka/core/UniformCudaHip.hpp"
Go to the source code of this file.
◆ ALPAKA_CUDA_DRV_CHECK
| #define ALPAKA_CUDA_DRV_CHECK |
( |
| cmd | ) |
|
Value:
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.
CUDA driver error checking with log and exception.
Definition at line 54 of file Cuda.hpp.