MCPcopy 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
133template <typename Code>
134inline void cudaResultDestructorCheck(Code status) {
135 cudaResultCheck(status);
136}
137
138template <>
139inline void cudaResultDestructorCheck<cudaError_t>(cudaError_t status) {

Callers 1

CUDA_DTOR_CALLFunction · 0.85

Calls 1

cudaResultCheckFunction · 0.85

Tested by

no test coverage detected