MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / format

Method format

extensions/include/cuMat/src/Errors.h:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 //Taken from https://stackoverflow.com/a/69911/4053176
72
73 static std::string format(const char *fmt, ...)
74 {
75 va_list ap;
76 va_start(ap, fmt);
77 std::string buf = vformat(fmt, ap);
78 va_end(ap);
79 return buf;
80 }
81 //Taken from https://stackoverflow.com/a/69911/4053176
82
83 // Taken from https://codeyarns.com/2011/03/02/how-to-do-error-checking-in-cuda/

Callers 4

reprFunction · 0.80
get_offsetFunction · 0.80
_check_optimizerFunction · 0.80
get_warmup_paramsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected