MCPcopy Create free account
hub / github.com/NVIDIA/DALI / drv_error

Method drv_error

include/dali/core/cuda_error.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 CUresult drv_error() const noexcept { return drv_err; }
35 cudaError_t rt_error() const noexcept { return rt_err; }
36
37 bool is_drv_api() const noexcept { return drv_err != CUDA_SUCCESS; }

Callers 4

HandleErrorFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
CopyAsTensorGpuTestFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
CopyAsTensorGpuTestFunction · 0.64