MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / CurandCheck

Function CurandCheck

include/util/debug.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35inline void CurandCheck(curandStatus_t error, const char *file_name, int line) {
36 CHECK(error == CURAND_STATUS_SUCCESS)
37 << "CURAND error " << error << " at " << file_name << ":" << line;
38}
39
40} // namespace graphvite

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected