Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HandleError
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
CopyAsTensorGpuTest
Function · 0.80
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
CopyAsTensorGpuTest
Function · 0.64