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

Function cudaResultCheck

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

Source from the content-addressed store, hash-verified

94
95template <typename Code>
96inline void cudaResultCheck(Code code) {
97 static_assert(!std::is_same<Code, Code>::value,
98 "cudaResultCheck not implemented for this type of status code");
99}
100
101template <typename Code>
102inline void cudaResultCheck(Code code, const std::string &extra) {

Callers 5

CUDA_CALLFunction · 0.85
CUDA_CALL_EXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected