Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ error
Function
error
src/targets/gpu/driver/parser.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
namespace driver {
32
33
[[noreturn]] void error(const std::string& msg)
34
{
35
std::cout << msg << std::endl;
36
std::abort();
37
}
38
39
shape parser::parse_shape(const value& v) const
40
{
Callers
1
process
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected