Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
362
const char* hipGetErrorName(hipError_t hip_error) { return ihipGetErrorName(hip_error); }
363
364
const char* hipGetErrorString(hipError_t hip_error) { return ihipGetErrorString(hip_error); }
365
Callers
1
hip_formatting.hpp
File · 0.70
Calls
1
ihipGetErrorName
Function · 0.85
Tested by
no test coverage detected