Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ cudaResultDestructorCheck
Function
cudaResultDestructorCheck
include/dali/core/cuda_error.h:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
template <typename Code>
134
inline void cudaResultDestructorCheck(Code status) {
135
cudaResultCheck(status);
136
}
137
138
template <>
139
inline void cudaResultDestructorCheck<cudaError_t>(cudaError_t status) {
Callers
1
CUDA_DTOR_CALL
Function · 0.85
Calls
1
cudaResultCheck
Function · 0.85
Tested by
no test coverage detected