MCPcopy Create free account
hub / github.com/ROCm/clr / hipGetErrorName

Function hipGetErrorName

hipamd/src/hip_error.cpp:362–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362const char* hipGetErrorName(hipError_t hip_error) { return ihipGetErrorName(hip_error); }
363
364const char* hipGetErrorString(hipError_t hip_error) { return ihipGetErrorString(hip_error); }
365

Callers 1

hip_formatting.hppFile · 0.70

Calls 1

ihipGetErrorNameFunction · 0.85

Tested by

no test coverage detected